-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: Driver & ORM List #25468
Comments
Laravel eloquent: https://laravel.com/docs/master/eloquent (it should be similar with ActiveRecord) |
Thanks @kocoten1992, added! |
Perl DBIx::Class likely via the DBD::Pg driver |
Thanks @abaumhauer, added! |
Not a true ORM, but I would love to see CockroachDB support for Prisma |
Would be great to see Knex |
Added both Prisma and Knex to our list. Thanks! |
Bram, Adding MeteorJS as per customer request. |
@drewdeally Added to the list. Thanks. |
hi @BramGruneir ! Would you consider adding sqitch to the list? Against cockroachDB, a
|
Hi @irvingpop, Of course! But it's a schema change management system, so I've added it to #25469 instead. I'm pretty sure it's the |
@irvingpop I forgot to mention, we offer online schema change, so there might be less of a need for systems like sqitch. They're still useful for testing and dev, but there's now little need for these system in production. See https://www.cockroachlabs.com/docs/v2.1/online-schema-changes.html. |
awesome! thank you @BramGruneir ! |
We recently received another request about Prisma: http://forum.cockroachlabs.com/t/2575 |
Zendesk ticket #3229 has been linked to this issue. |
Received a request recently for goqu - https://github.com/doug-martin/goqu |
It's not on the list, but I recently started working with .NET Core 3.x and NPoco (via npsql, which is on the list). I'm surprised how well this works! |
Closing this meta issue in favor of issues for individual tools |
This is meta issue to serve as a list of known drivers and ORMs that we would like to support. I'll be keeping this top description updated, so if there are any other drivers and ORMs that are not on this list, please comment and I'll add them. Note that these are ordered alphabetically and not by priority. If there is a tracking issue for any of them, it will be linked to from here.
This list is not exhaustive (I just looked for ones we have open issues for), but I would like to keep this as up to date as possible, so it can be somewhat of a source of truth.
C++
Clojure
Elixir
Go
Java
.Net
Node.js
Perl
PHP
Python
Ruby
Rust
Multiplatform
The text was updated successfully, but these errors were encountered: