Nuacht

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: ...
Once the SQLite database has been created, you can use the following code snippet to create a table in the database.