2017 © Pedro Peláez
 

library norm-fdb

Norm File Database Driver

image

reekoheek/norm-fdb

Norm File Database Driver

  • Monday, March 7, 2016
  • by reekoheek
  • Repository
  • 1 Watchers
  • 1 Stars
  • 729 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

norm-fdb

Norm File Database Driver, (*1)

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, (*2)

"reekoheek/norm-fdb": "dev-master"

Append to config/config.php, (*3)

return array(
    ...
    'Norm\\Provider\\NormProvider' => array(
        'datasources' => array(
            'filedb' => array(
                'driver' => 'ROH\\FDB\\Connection',
                'dataDir' => '../data',
            ),
        ),
        ...
    ),
);

That's all, (*4)

The Versions

07/03 2016

dev-master

9999999-dev

Norm File Database Driver

  Sources   Download

MIT

The Requires

 

07/03 2016

0.1.1

0.1.1.0

Norm File Database Driver

  Sources   Download

MIT

The Requires

 

26/10 2014

0.1.0

0.1.0.0

Norm File Database Driver

  Sources   Download

MIT

The Requires