Database abstraction/adapters for ruby
- by Stiivi
What are the database abstractions/adapters you are using in Ruby? I am mainly interested in data oriented features, not in those with object mapping (like active record or data mapper).
I am currently using Sequel. Are there any other options?
I am mostly interested in:
simple, clean and non-ambiguous API
data selection (obviously), filtering…