Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
f = File.open("alice.sql").readlines
但我认为我需要某种 SQL-Library 和 RubyGem 才能工作和操作文件。
有什么图书馆可以完成这项工作吗?
如果你想执行它,你可以使用ActiveRecord或DataMapper例如。