Skip to content

Instantly share code, notes, and snippets.

View jeffreycastro's full-sized avatar

Jeffrey M Castro jeffreycastro

View GitHub Profile
@jeffreycastro
jeffreycastro / heroku_pg_to_sqlite3.txt
Last active September 12, 2022 13:18
Import Heroku Postgres to SQLite3 in your local Rails
### Disclaimer,
- datetime is not copied with the timezone difference. seems like the dates are saved in UTC so there will be difference with the datetime columns
---
in this guide,
postgres username = "jep"
postgres password = "jepjep"