Pionia 框架的数据库查询工具

v1.0.9-beta-2 2024-08-27 18:33 UTC

This package is auto-updated.

Last update: 2024-08-27 18:38:48 UTC


README

尽管你可以独立使用,但它设计为与Pionia 框架一起使用

配置

在你的settings.ini文件中添加以下内容:

[db]
;... reset of the conf

对于SQLite3

[db]
database = youdb.sqlite3
type = sqlite3

对于MySQL/POSTGRES

[db]
;//pgsql
type = mysql
host = localhost
database = your_db
username = your_username
password = your_password