Skip to content

Instantly share code, notes, and snippets.

@verdimrc
Created November 18, 2016 05:05
Show Gist options
  • Save verdimrc/43694f08f58b62ec33f5f89d606612be to your computer and use it in GitHub Desktop.
Save verdimrc/43694f08f58b62ec33f5f89d606612be to your computer and use it in GitHub Desktop.
sqlite SQL
-- Show all tables
.schema
-- Show DDL of a specific table
.schema table1
-- Show columns
pragma table_info(t1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment