News

These steps can only be performed in CDA Labs or by FTP In this guide, HOME will refer to your home folder on the server, the one containing public_html Create a DB folder inside your HOME; Create a ...
How to install SQLite, specifically on a Windows machine. How to create an SQLite database at the command line. How to perform standard CRUD operations through the SQLite CLI. How to use an SQLite ...
The Database class implements an IDatabase interface that lays out an asynchronous API for connecting to a SQLite database. Create a new interface named IDatabase in the DataAccess project. Add a ...