title | summary | toc | |
---|---|---|---|
Build an App with CockroachDB |
The tutorials in this section show you how to build a simple application with CockroachDB, using PostgreSQL-compatible client drivers and ORMs. |
false |
true |
The tutorials in this section show you how to build a simple application with CockroachDB using PostgreSQL-compatible client drivers and ORMs that we have tested and can recommend.
{{site.data.alerts.callout_info}}If you have problems with a recommended ORM, please open an issue with details. If you would like us to support additional ORMs, please let us know here.{{site.data.alerts.end}}
App Language | Featured Driver | Featured ORM |
---|---|---|
Go | pq | GORM |
Python | psycopg2 | SQLAlchemy |
Ruby | pg | ActiveRecord |
Java | jdbc | Hibernate |
Node.js | pg | Sequelize |
C++ | libpqxx | No ORMs tested |
Clojure | java.jdbc | No ORMs tested |
PHP | php-pgsql | No ORMs tested |
Rust | postgres | No ORMs tested |