Skip to content

Instantly share code, notes, and snippets.

@willsheppard
Created April 5, 2023 16:00
Show Gist options
  • Save willsheppard/7e70cec832b2c58243c10089d5a486ca to your computer and use it in GitHub Desktop.
Save willsheppard/7e70cec832b2c58243c10089d5a486ca to your computer and use it in GitHub Desktop.
SQLite basics

Command line example:

$ sqlite3 -line -cmd 'select * from zip limit 1' database.sqdb < `which echo` ".exit"> output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment