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