Ruby Programming/Database Interface Modules

From Wikibooks, open books for an open world
Jump to navigation Jump to search

These mostly come as gem's, like the mysql gem, sqlite3-ruby gem, etc.

There are also some ORM's for ruby, typically as gems like datamapper, sequel, and activerecord.