Skip to content

Instantly share code, notes, and snippets.

@fabiocicerchia
Created February 25, 2012 08:33
Show Gist options
  • Save fabiocicerchia/1907341 to your computer and use it in GitHub Desktop.
Save fabiocicerchia/1907341 to your computer and use it in GitHub Desktop.
SQLite - Migrate DB from v2 to v3 via shell
sqlite old.db .dump | sqlite3 new.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment