Replies: 3 comments 3 replies
-
Hi @ChuckMoe 👋 I would love to add support to CockroachDB! Actually, I've tried some time ago but didn't push forward as I got some issues with it. To add support, several things would be involved:
From my experience, this can be quite complex and frustrating. But I would be glad if someone could have a first try with this. |
Beta Was this translation helpful? Give feedback.
-
Had a stab at this myself in branch cockroachdb-support and quickly ran into issues with It looks like issue cockroachdb/cockroach#71908 is the root cause. Anyway, this is rather promising and I think it could be quickly implemented when |
Beta Was this translation helpful? Give feedback.
-
Apparently, CockroachDB team fixed the issue with asyncpg: cockroachdb/cockroach#95234 Who knows, maybe we'll be able to going forward with this when they release it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening together,
I would like to use CockroachDB in my project. It is very easy to use it with SQLAlchemy as you can see here. All it needs is the installation of a python package and the dialect 'cockroachdb'.
My question now is, how you I achieve this elegantly? The only way that comes to mind currently is to fork the project, add the dependency and add COCKROACHDB as an allowed DATABASE_TYPE.
Cheers
Moe
Beta Was this translation helpful? Give feedback.
All reactions