|
|
|
|
|
by giovannibonetti
1100 days ago
|
|
> I dunno, usually I find databases and migrations to be the hard part. For me, the following tools make that a joy:
- Postgres as the database, which is very predictable and extremely reliable;
- Migrations with Ruby on Rails, that have just the right balance between a convenient DSL and letting you write SQL when necessary;
- The strong_migrations gem that catches in development unsafe commands to run in production, and explains how to make them safe |
|