Description
Database tables can be mapped to application objects, queried, related, and migrated through Rails conventions. This is useful for developers building database-backed web apps and services.
It is an ORM library, not a database server. Code using it can read, write, migrate, or delete data, so developers should review migrations, validations, and production connection settings carefully.