pionia/porm

Database Querying tool for Pionia Framework

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

However much you can use this independently, it is designed to be used with Pionia Framework

Configuration

In your settings.ini add the following:-

[db]
;... reset of the conf

For SQLite3

[db]
database = youdb.sqlite3
type = sqlite3

For MySQL/POSTGRES

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