However much you can use this independently, it is designed to be used with Pionia Framework
Configuration
In your settings.ini
add the following:-
[db]
;... reset of the conf
For SQLite3
[db]
database = youdb.sqlite3
type = sqlite3
For MySQL/POSTGRES
[db]
;//pgsql
type = mysql
host = localhost
database = your_db
username = your_username
password = your_password