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.

Note:

We have tested the drivers and ORMs featured here enough to claim beta-level support. This means that applications using advanced or obscure features of a driver or ORM may encounter incompatibilities. If you encounter problems, please open an issue with details to help us make progress toward full support.

App LanguageFeatured DriverFeatured ORM
GopqGORM
Pythonpsycopg2SQLAlchemy
RubypgActiveRecord
JavajdbcHibernate
Node.jspgSequelize
C++libpqxxNo ORMs tested
C# (.NET)NpgsqlNo ORMs tested
Clojurejava.jdbcNo ORMs tested
PHPphp-pgsqlNo ORMs tested
RustpostgresNo ORMs tested

Was this page helpful?
YesNo