sqlcipher-typeorm
v0.0.5
Published
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.
Readme
Description
- Forked from the original TypeORM repository
- Add support for cordova encrypted sqlite3 with the help of Cordova-sqlcipher-adapter
Installation
npm install --save-dev @types/nodenpm install --save reflect-metadatanpm install --save sqlcipher-typeormionic cordova plugin add cordova-sqlcipher-adapter --save
