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

https://github.com/madetech/relational-database-workshop

A set of PostgreSQL with Sequel Koans and a small postgresql sandbox for use with workshops
https://github.com/madetech/relational-database-workshop

learning-by-doing postgresql relational-database

Last synced: about 2 months ago
JSON representation

A set of PostgreSQL with Sequel Koans and a small postgresql sandbox for use with workshops

Awesome Lists containing this project

README

          

# Relational Database Workshop

This is mean to be used in conjuction with the Relational Database Workshop at [learn.madetech.com](https://learn.madetech.com/workshops/10-Database-Workshop/).

## Usage

* Ensure you have docker and docker-compose installed

### pgcli

In order to get a command line interface (for the first part of workshop).

You need to use this command `make start`.

### Ruby + Sequel

For the second part of the workshop, where we will be using Ruby and Sequel.

You need to use this command `make start-koans`