Any tools in Ruby or Rails that will allow me to fetch the entire table schema from the database and generate Ruby equivalent "DLL" expressions?
Something that would allow me to port my schema from Microsoft SQL Server to Postgres or MySQL to Sqlite.
source
to share