Skip to content

Instantly share code, notes, and snippets.

@stungeye
Created May 14, 2010 00:37
Show Gist options
  • Save stungeye/400672 to your computer and use it in GitHub Desktop.
Save stungeye/400672 to your computer and use it in GitHub Desktop.
Handy SQLite3 Commands
Describe Table:
PRAGMA table_info(tablename);
Show Tables:
.tables
Database Dump:
.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment