Skip to content

Files

Latest commit

7acbab3 · Apr 4, 2017

History

History
22 lines (19 loc) · 1.7 KB

build-an-app-with-cockroachdb.md

File metadata and controls

22 lines (19 loc) · 1.7 KB
title summary 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.
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