This is an old revision of the document!
SQLite
Create Database
Create a database schema using a file:
$ sqlite3 mydatabase.db < db.schema
This is an old revision of the document!
Create a database schema using a file:
$ sqlite3 mydatabase.db < db.schema