|
|
|
|
|
by ds_
4377 days ago
|
|
This is also something I'm curious about, particularly how migrations are managed within a team. Most of the solutions I've seen require writing plain SQL in migration files which you name yourself. It's simple but I miss the productivity of DjangoORM or ActiveRecord for example.
Or do most people use a schema-less database? |
|
It takes a bit of getting used to coming from an ORM, but you'll love the lack of overhead soon enough :)
[1] http://clojure.github.io/java.jdbc/
[2] http://sqlkorma.com/
[3] http://www.luminusweb.net/docs/migrations.md