On this page
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