Skip to content

Front-End-Geeks/sequelize-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequelize

Build Status Windows Build status codecov Dependency Status Bountysource Slack Status

Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.

Documentation

Installation

sequelize 3.35.1 fork版

修改如下:

(1842) return 'START TRANSACTION;'; --->  return 'START TRANSACTION';

(1869) return 'COMMIT;'; --->   return 'COMMIT';

(1885) return 'ROLLBACK;'; --->  return 'ROLLBACK';

npm install sequelize-alpha

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published