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

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

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