File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ The tutorials in this section show you how to build a simple application with Co
11
11
12
12
App Language | Featured Driver | Featured ORM
13
13
-------------|-----------------|-------------
14
- [ Go ] ( build-a-go-app-with-cockroachdb.html ) | pq | GORM
15
- [ Python] ( build-a-python-app-with-cockroachdb.html ) | psycopg2 | SQLAlchemy
16
- [ Ruby] ( build-a-ruby-app-with-cockroachdb.html ) | pg | ActiveRecord
17
- [ Java] ( build-a-java-app-with-cockroachdb.html ) | jdbc | Hibernate
18
- [ Node.js] ( build-a-nodejs-app-with-cockroachdb.html ) | pg | Sequelize
19
- [ C++] ( build-a-c++-app-with-cockroachdb.html ) | libpqxx | No ORMs tested
20
- [ Clojure] ( build-a-clojure-app-with-cockroachdb.html ) | java.jdbc | No ORMs tested
21
- [ PHP] ( build-a-php-app-with-cockroachdb.html ) | php-pgsql | No ORMs tested
22
- [ Rust] ( build-a-rust-app-with-cockroachdb.html ) | postgres | No ORMs tested
14
+ Go | [ pq ] ( build-a-go-app-with-cockroachdb.html ) | [ GORM] ( build-a-go-app-with-cockroachdb-gorm.html )
15
+ Python | [ psycopg2 ] ( build-a-python-app-with-cockroachdb.html ) | [ SQLAlchemy] ( build-a-python-app-with-cockroachdb-sqlalchemy.html )
16
+ Ruby | [ pg ] ( build-a-ruby-app-with-cockroachdb.html ) | [ ActiveRecord] ( build-a-ruby-app-with-cockroachdb-activerecord.html )
17
+ Java | [ jdbc ] ( build-a-java-app-with-cockroachdb.html ) | [ Hibernate] ( build-a-java-app-with-cockroachdb-hibernate.html )
18
+ Node.js | [ pg ] ( build-a-nodejs-app-with-cockroachdb.html ) | [ Sequelize] ( build-a-nodejs-app-with-cockroachdb-sequelize.html )
19
+ C++ | [ libpqxx ] ( build-a-c++-app-with-cockroachdb.html ) | No ORMs tested
20
+ Clojure | [ java.jdbc ] ( build-a-clojure-app-with-cockroachdb.html ) | No ORMs tested
21
+ PHP | [ php-pgsql ] ( build-a-php-app-with-cockroachdb.html ) | No ORMs tested
22
+ Rust | [ postgres ] ( build-a-rust-app-with-cockroachdb.html ) | No ORMs tested
You can’t perform that action at this time.
0 commit comments