On this page
Warning:
As of May 12, 2021, CockroachDB v19.2 is no longer supported. For more details, refer to the Release Support Policy.
This guide shows you how to do common tasks that come up when you build an application using CockroachDB.
For instructions showing how to do a specific task, see the links below.
Common Tasks
- Install a Postgres Client
- Connect to the Database
- Insert Data
- Query Data
- Update Data
- Delete Data
- Run Multi-Statement Transactions
- Error Handling and Troubleshooting
- Make Queries Fast
- 'Hello World' Example Apps