Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.85 KB

build-an-app-with-cockroachdb.md

File metadata and controls

26 lines (23 loc) · 1.85 KB
title summary tags toc twitter
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.
golang, python, java
true
false

The tutorials in this section show you how to build a simple application with CockroachDB using PostgreSQL-compatible client drivers and ORMs.

{{site.data.alerts.callout_info}} 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. {{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
C# (.NET) Npgsql No ORMs tested
Clojure java.jdbc No ORMs tested
PHP php-pgsql No ORMs tested
Rust postgres No ORMs tested