X Tutup
The Wayback Machine - https://web.archive.org/web/20201224013137/https://github.com/cockroachdb/sequelize-cockroachdb
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

sequelize-cockroachdb

This NPM package makes Sequelize compatible with CockroachDB.

Learn how to build a Node.js app with CockroachDB.

Please file bugs against the sequelize-cockroachdb project

Limitations

CockroachDB does not support ENUM types, so using Sequelize.ENUMs with CockroachDB will be backed by TEXT fields. This means that there will be no database-level assurance that the fields are valid (though Sequelize itself will validate values if typeValidation is enabled).

About

Use Sequelize and CockroachDB together

Resources

License

Packages

No packages published
You can’t perform that action at this time.
X Tutup