MySQL CSV. , , - .
I have never set up a Rails project this way, and I don’t know how this will happen, but it looks like it is possible.
HSQLDB seems to work by saving data to disk as an SQL script that creates your database. It records the changes in memory and the log file, and when you close it, it re-creates one SQL script. I myself have not used this myself.
HSQLDB is not one of the supported databases in Rails. I do not know what it will take to add support for the new database.
source
share