How to create a SQLite database
Briefly

From your Unix or DOS shell, just issue this SQLite command: $sqlite3 my-database-name.
I can now issue whatever SQLite commands I want, presumably some CREATE TABLE commands to create new tables in my new SQLite database.
Read at Alvinalexander
[
]
[
|
]