Skip to content

Instantly share code, notes, and snippets.

@colormeruby
Created November 18, 2012 13:47
Show Gist options
  • Save colormeruby/4105357 to your computer and use it in GitHub Desktop.
Save colormeruby/4105357 to your computer and use it in GitHub Desktop.
Database: Convert SQLite to PostgreSQL
sqlite3 development.db .dump | psql dbname username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment