One-liner Instant Postgres for your development environment
When working on web applications it’s very important to have a setup as similar to the production environment as possible.
The major component here is using the same database locally, for development, as you use in production. I myself work mostly with Django and, as most of you Django devs know, it’s very easy to get started using a Sqlite database.