First page Back Continue Last page Overview Text

Notes:


ActiveRecord currently supports 4 database adapters, while Sequel currently supports 14.

One of the reasons Sequel supports more adapters is that the adapters are easy to write. Only 5 methods are required.

So if Sequel doesn't already work with your database, it should be easy to add support, just talk to me.