Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinix-technology/norm-fdb
Norm File Database Driver
https://github.com/xinix-technology/norm-fdb
Last synced: 3 months ago
JSON representation
Norm File Database Driver
- Host: GitHub
- URL: https://github.com/xinix-technology/norm-fdb
- Owner: xinix-technology
- License: mit
- Created: 2014-10-26T11:03:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T05:04:11.000Z (about 9 years ago)
- Last Synced: 2024-04-09T02:44:34.980Z (7 months ago)
- Language: PHP
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - norm-fdb - Norm 1 file database driver - [reekoheek](https://github.com/reekoheek) (Grouping / PHP)
README
norm-fdb
========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
```php
return array(
...
'Norm\\Provider\\NormProvider' => array(
'datasources' => array(
'filedb' => array(
'driver' => 'ROH\\FDB\\Connection',
'dataDir' => '../data',
),
),
...
),
);
```That's all