jeefo-sqlite3-orm
Simple sqlite3 orm library used for my own private projects.
Getting Started
Install the module with:
npm install jeefo-sqlite3-orm``javascript
var jeefo_sqlite3_orm = require('jeefo-sqlite3-orm');
jeefo_sqlite3_orm.awesome(); // "awesome"
``
Documentation
_(Coming soon)_
Examples
_(Coming soon)_
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using
Grunt.
Release History
_(Nothing yet)_
License
Copyright (c) 2014 je3f0o
Licensed under the MIT license.