https://github.com/cockroachdb/university-getting-started-with-sql-app-exercises
Exercise code for the Cockroach University - Getting Started with SQL for Application Developers course
https://github.com/cockroachdb/university-getting-started-with-sql-app-exercises
Last synced: 10 days ago
JSON representation
Exercise code for the Cockroach University - Getting Started with SQL for Application Developers course
- Host: GitHub
- URL: https://github.com/cockroachdb/university-getting-started-with-sql-app-exercises
- Owner: cockroachdb
- Created: 2022-04-04T19:48:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T16:11:40.000Z (over 2 years ago)
- Last Synced: 2025-06-13T14:02:36.562Z (14 days ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 48
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# university-getting-started-with-sql-app-exercises
Exercise code for the Cockroach University - Getting Started with SQL for Application Developers course
# Using the code
This code is intended to be used with the (Cockroach University)[university.cockroachlabs.com] course "Getting Started with SQL for Application Developers." For detailed instructions on how to use this code, please register and follow the course.
# Contributing
The code is made available through Github so that students can offer suggestions on improvements as they go through the code. If you see room for improvement, please consider submitting a pull request.
# Running Tests
You can run all of the tests for all of the exercises by executing:
```
./build.sh verify
```