Since Heroku now supports ruby 1.9.3 but not sqlite3, I finally went along and took the journey to discover Heroku's way of using PostgreSQL. Took a little time to understand and configure, but I trucked through the weekend and gained some solid knowledge about it. However, one thing that caught my eye was the creation of the .dat file. Using
heroku db:push
obviously pushes the database to Heroku - taps gem installed - but also creates the .dat file. Anyone have any insight on what this file is? Is it just a session receipt?