Install SQLite and create a database - database configuration/design tasks
If you are tasked with installing and configuring the database, here is
a list of steps to be taken:
If the dbmsqt database driver is linked dynamically with the SQLite library,
you must install the SQLite software on your computer. However, on most platforms, the driver
has an embedded version of the SQLite library, and on platforms such as Linux™ as Mac OS X™, the SQLite library
is usually present.
The minimum required version is SQLite 3.6.
Create a new SQLite database.
To create a new database with tables, start the sqlite3 command line tool and execute SQL
statements: