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