Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 377 Bytes

sqlite3.md

File metadata and controls

11 lines (6 loc) · 377 Bytes

Using SQL queries within Terminal

You can create and query SQLite databases in the command line using sqlite3. Just type:

sqlite3

And you can start using commands: you'll notice that the prompt changes to sqlite> to reflect this.

Instructions on how to use this are available here

To quit sqlite3 press CTRL+D on the keyboard.