typeorm-firebird
v0.0.9
Published
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports Firebird dialect 1, MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.
Downloads
116
Readme
TypeORM with Firebird dialect 1 support.
Based on https://github.com/kerwynrg/typeorm/ (which supports FB dialect 3).
Compiling:
npm install
npm run compile
npm run package
The generated package will be available on build/package
.