Sequelize
This port to use with react native and expo.
NOTE: compatible with web but replace dialectModule: SQLite
with dialectModule: window
, and websql API in browser is limited (check TODO), catch all queries
TODO
- In web use sql.js
Contributing
- Open Source!
Example
;;;;const Op = SequelizeOp;const Model = SequelizeModel; const sequelize = dialectModule: SQLite database: "mydb" dialectOptions: version: "1.0" description: "Test DB" //size: 2 * 1024 * 1024 ; {}User; { ; return <View style=stylescontainer> <Text>Open up Appjs to start working on your app!</Text> </View> ;} const styles = StyleSheet;
Thanks to Sequelize
Sequelize
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.
Sequelize follows SEMVER. Supports Node v6 and above to use ES6 features.
New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.
Table of Contents
Installation
$ npm install --save sequelize # This will install v5 # And one of the following: $ npm install --save pg pg-hstore # Postgres $ npm install --save mysql2$ npm install --save mariadb$ npm install --save sqlite3$ npm install --save tedious # Microsoft SQL Server
Documentation
Responsible disclosure
If you have security issues to report please refer to our Responsible Disclosure Policy for more details.
Resources
Tools
- Sequelize CLI
- Sequelize & TypeScript
- Enhanced TypeScript with decorators
- Sequelize & GraphQL
- Add-ons & Plugins
- Sequelize & CockroachDB
Learning
Translations
- English v3/v4/v5 (OFFICIAL)
- 中文文档 v4/v5 (UNOFFICIAL)