reekoheek / norm-fdb
Norm File Database Driver
Installs: 1 641
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/reekoheek/norm-fdb
Requires
- ramsey/uuid: ~2.8
This package is not auto-updated.
Last update: 2025-10-11 19:49:09 UTC
README
Norm File Database Driver
norm-fdb is for you if you:
- Need application but dont have any database server;
- Dont have accessed to root user to install something;
- Lazy enough to use common database on development;
- Anti mainstream.
Install
Append to composer.json
"reekoheek/norm-fdb": "dev-master"
Append to config/config.php
return array( ... 'Norm\\Provider\\NormProvider' => array( 'datasources' => array( 'filedb' => array( 'driver' => 'ROH\\FDB\\Connection', 'dataDir' => '../data', ), ), ... ), );
That's all