titan-orm
v0.0.0
Published
SQL ORM using Active Record pattern
Downloads
1
Readme
Titan ORM
Titan ORM is a full database toolkit for Node.js, providing an expressive query builder, ActiveRecord style ORM and schema builder. It currently supports MySQL, PostgreSQL, SQL Server and SQLite.
Intallation
npm install --save titan-orm
Usage
Usage instructions here.