Skip to content

Instantly share code, notes, and snippets.

View jdaguna's full-sized avatar

Josh Daguna jdaguna

View GitHub Profile
@jdaguna
jdaguna / gist:32a1ba645e7186a9dd4590185a72202e
Created May 21, 2019 18:57
Installing and Using Relational Databases
library=# SELECT * FROM books;
id | title | author
------+------------------------------------------+---------------------
1259 | Eloquent Ruby | Russell A. Olson
1593 | JavaScript: The Good Parts | Douglas Crockford
8982 | Designing Object-Oriented Software | Rebecca Wirfs-Brock
7265 | Practical Object-Oriented Design in Ruby | Sandi Metz
(4 rows)