Prancer-Plugin-Database:只读发布历史记录

该插件实现了与数据库的连接,并导出关键字以访问配置的数据库连接。在单线程、单进程应用程序服务器(例如Web应用)中,所有用户将共享相同的数据库连接。因此,使用回调时特别需要注意避免事务交叉或连接状态问题。使用数据库连接器时,需在配置文件中添加以下内容:

database:
connection-name:
driver: Prancer::Plugin::Database::Driver::DriverName
options:
username: test
password: test
database: test