cockroachdb/sequelize-cockroachdb

Name: sequelize-cockroachdb

Owner: CockroachDB

Description: Use Sequelize and CockroachDB together

Created: 2017-03-08 18:12:47.0

Updated: 2018-04-16 18:29:01.0

Pushed: 2017-09-26 20:07:34.0

Homepage: null

Size: 33

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

sequelize-cockroach

This 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).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.