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.
我不想使用 ActiveRecord 和模型。有没有办法在 Ruby 中轻松构建和执行准备好的语句?
我浏览了整个网络,似乎找不到一个简单的方法来做到这一点。我知道 ActiveRecord 在您进行插入时会在后端构建它们,但如果可能的话,我想自己生成它们。
你可能想看看这些:
https://github.com/jeremyevans/sequel
或者
https://github.com/rails/arel