https://github.com/hashrocket/hr_hotels
Example database for hotels.
https://github.com/hashrocket/hr_hotels
Last synced: about 1 year ago
JSON representation
Example database for hotels.
- Host: GitHub
- URL: https://github.com/hashrocket/hr_hotels
- Owner: hashrocket
- Created: 2016-01-22T22:01:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T21:12:32.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T14:21:17.540Z (about 1 year ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hr_hotels
> Example database for hotels
## Setup
```bash
$ createdb hr_hotels
$ psql hr_hotels -f hotels.sql
```