Slide 6
Slide 6 text
Other ODMs, ORMs, and databases
● ActiveRecord: Rails staple, for SQL
databases (PostgreSQL, MySQL, SQLite,
SQLServer, ...)
● Sequel: Underdog, covers more SQL
databases than AR
● DataMapper: More modular than
ActiveRecord, but harder to use
● ToyStore: For smaller database uses, but
still good
● And many more