Skip to content

Instantly share code, notes, and snippets.

@ataliba
Created October 16, 2012 20:03
Show Gist options
  • Save ataliba/3901633 to your computer and use it in GitHub Desktop.
Save ataliba/3901633 to your computer and use it in GitHub Desktop.
Migrating sqlite2 to sqlite3
sqlite2 /path/to/mysqlite2.db .dump > backupfile
sqlite3 /path/to/mynewsqlite3.db < backupfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment