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 ...
List all SQLite databases. To prove the database is indeed created, you can look for the todo.db file in the current folder, or simply issue the following command:. sqlite>.databases main: ...