-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cockroach support #1040
Comments
so, its not 100% postgres compatible?... Is this database free and can be installed on local machine? |
Correct. There are apparently a couple idiosyncrasies https://www.cockroachlabs.com/docs/stable/porting-postgres.html |
Understood. Right now there are bunch of other more prioritable tasks I have and I cannot do it on my own. If you are interested in Cockroach then maybe its a good idea to contribute a new driver to TypeORM. Since changes aren't dramatic, it may be not a hard PR to implement. |
Hi there, does anyone have running CockroachDB with TypeORM so far? And when how? It would be really good to hear! Kind regards, |
I have just posted it in the CockroachDB forum and opened an issue in the Cockroach/Github repo. Here are the links: https://forum.cockroachlabs.com/t/typeorm-support-for-node-js-apps/1332/9 Maybe we will find a solution together :). |
as @aequasi told CockroachDB is different on some schema synchronization features. Maybe temporary solution will be to disable schema sync and do it manually? ( |
Im going to close this issue since resolution is on cockroach side (cockroachdb/cockroach#22298) |
released in |
any examples? |
Nice |
https://www.cockroachlabs.com
Its supposed to work with postgres clients, but there are some irregularities.
Example:
information_schema.table_constraints
does not have atable_catalog
column.The text was updated successfully, but these errors were encountered: