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
- Host: GitHub
- URL: https://github.com/madetech/relational-database-workshop
- Owner: madetech
- License: mit
- Created: 2018-08-28T12:31:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T10:17:07.000Z (over 5 years ago)
- Last Synced: 2025-06-26T20:05:41.477Z (about 1 year ago)
- Topics: learning-by-doing, postgresql, relational-database
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`