Skip to content

Instantly share code, notes, and snippets.

@jesseyowell
Created May 30, 2019 03:35
Show Gist options
  • Save jesseyowell/4191a9ea626b98d89131e333c164cac1 to your computer and use it in GitHub Desktop.
Save jesseyowell/4191a9ea626b98d89131e333c164cac1 to your computer and use it in GitHub Desktop.
library data for checkpint 2910
[Wed May 29 20:33:24 jesseyowell@archgoat]$ psql library postgres
psql (11.3)
Type "help" for help.
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)
library=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment