Using Repository pattern to migrate Rails app from MongoDB to PostgreSQL
Have a MongoDB + Rails application? You obviously want to migrate to PostgreSQL ;). Here is an interesting approach on how to use repositories to do that. Brought to you by Rafał Maksymczuk from AmberBit’s Ruby development team.
Post a comment