Build an App with CockroachDB

Warning:
CockroachDB v1.0 is no longer supported. For more details, see the Release Support Policy.

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.

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

Yes No