pionia / porm
Database Querying tool for Pionia Framework
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 2
Open Issues: 0
pkg:composer/pionia/porm
Requires
- ext-pdo: *
- psr/container: ^2.0
- ramsey/uuid: ^4.7
This package is auto-updated.
Last update: 2025-09-27 21:15:47 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