I\'m a DB noob so please be kind with me.
I\'m having some issues pushing my SQLite DB to Heroku via taps gem. Talking with them, they told me one of the solutions c
sqlite3 development.db .dump | psql dbname username
Sequel will help you
gem install sequel sequel -C sqlite://db/development.sqlite3 postgres://username:password@localhost/dbname