Postgresql

Example configuration:

[backend]
datastore = "plugin"
plugin = "postgres.so"
pluginhandler = "NewPostgresHandler"
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.

Copyright 2021