https://github.com/aodin/sql-bar
A bar, in SQL
https://github.com/aodin/sql-bar
Last synced: 6 months ago
JSON representation
A bar, in SQL
- Host: GitHub
- URL: https://github.com/aodin/sql-bar
- Owner: aodin
- Created: 2015-10-23T05:04:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T06:29:00.000Z (about 10 years ago)
- Last Synced: 2025-01-21T08:29:58.497Z (12 months ago)
- Language: PLpgSQL
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQL Bar
=======
A bar, in SQL.
Install [PostGres](http://www.postgresql.org/). Glance at the [docs](http://www.postgresql.org/docs/9.4/static/sql.html).
Don't forget to create a database:
createdb bar
Migrations can be run with:
psql bar < migrations/0x_xxxx.sql
Happy Hacking!
aodin, 2015