SQLite
Example configuration:
1[backend]2 datastore = "plugin"3 plugin = "sqlite.so"4 pluginhandler = "NewSQLiteHandler"5 database = "path to your database file"
Note that plugin
is the path to your database plugin’s library.
See the Databases page for global database-related information.