pionia / porm
Database Querying tool for Pionia Framework
v1.0.9-beta-2
2024-08-27 18:33 UTC
Requires
- ext-pdo: *
- psr/container: ^2.0
- ramsey/uuid: ^4.7
This package is auto-updated.
Last update: 2024-10-27 19:04:45 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