jeudi 25 juin 2015

Adding a second SQLite db in Ruby on Rails

I have a ROR application with a sqlite3 db. I want to create a new database, and I do not want to delete the previous one.

  1. how I will define a new db in a current project, so as when I run rake db:create referring to the new one?

generally what is the process to add a new sqlite db in the existing project?

Aucun commentaire:

Enregistrer un commentaire