papb / sequelize-cockroachdb

Use Sequelize and CockroachDB together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements

This package needs Node.js v12 or later

Setup and run tests

First make sure you have CockroachDB installed. You can run cockroach version to see if is installed or you can download here

Run cockroach start-single-node --insecure --logtostderr to start the database. If this returns ERROR: cockroach server exited with error: unable to lookup hostname run with --host localhost flag.

Run cockroach sql --insecure to enter in SQL mode and type CREATE DATABASE sequelize_test;

Then install the depedencies with npm i and npm test to run all tests

About

Use Sequelize and CockroachDB together

License:Apache License 2.0


Languages

Language:JavaScript 97.0%Language:Kotlin 3.0%