An open API service indexing awesome lists of open source software.

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

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
```