-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: TypeORM support for Node.js Apps #22298
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-investigationFurther steps needed to qualify. C-label will change.Further steps needed to qualify. C-label will change.meta-issueContains a list of several other issues.Contains a list of several other issues.
Milestone
Description
Hi there,
does anyone have an idea how to get TypeORM running with CockroachDB? I tried it out, but it doesn’t work. It would be really great if we find a solution, because Sequelize is bad compared to TypeORM. Furthermore, TypeScript is now state of the art on the backend.
TypeORM Link: http://typeorm.io/#/
Here is what I have tried so far and my error:
My TypeORM config:
I followed just the instructions by CockroachDB from here:
https://www.cockroachlabs.com/docs/stable/build-a-nodejs-app-with-cockroachdb.html
And my folder structure is nothing more than the TypeORM starter project:
npm instruction: typeorm init --name TypeORM --database postgres --express
If I just switch the config to my postgres database everything works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-investigationFurther steps needed to qualify. C-label will change.Further steps needed to qualify. C-label will change.meta-issueContains a list of several other issues.Contains a list of several other issues.

