Any tools in Ruby or Rails that would allow me to extract from database all the table schema and generate Ruby equivalent "DLL" statements?
Something that would allow me to port schema from say Microsoft SQL Server to Postgres, or MySQL to Sqlite.
|
1
|
Any tools in Ruby or Rails that would allow me to extract from database all the table schema and generate Ruby equivalent "DLL" statements? Something that would allow me to port schema from say Microsoft SQL Server to Postgres, or MySQL to Sqlite.
|
||
|
|
|
|
In Rails/ActiveRecord, you can use |
||
|