f = File.open("alice.sql").readlines
but I think I need some kind of SQL-Library and RubyGem to be able to work and manipulate the file.
Any libraries that would do the job?
f = File.open("alice.sql").readlines
but I think I need some kind of SQL-Library and RubyGem to be able to work and manipulate the file.
Any libraries that would do the job?
If you want to execute it, you can use ActiveRecord or DataMapper for example.