Connect an App to ReadySet¶
Once you have a ReadySet instance up and running, you connect your application to ReadySet exactly as you would to the upstream database. This section gives you examples for some common Postgres client drivers and ORMs.
Language | Driver | Tutorial |
---|---|---|
Node.js | node-postgres | Connect a Node.js App to ReadySet |
Python | psycopg2 | Connect a Python App to ReadySet |
Ruby | pg | Connect a Ruby App to ReadySet |
Go | pgx | Connect a Go App to ReadySet |
Language | ORM | Tutorial |
---|---|---|
Node.js | Sequelize | Connect a Node.js App to ReadySet |
Python | SQLAlchemy | Connect a Python App to ReadySet |
Ruby | ActiveRecord | Connect a Ruby App to ReadySet |