-
Notifications
You must be signed in to change notification settings - Fork 1
Home
sergeych edited this page Aug 25, 2012
·
14 revisions
Historically, prego was created to simplify accees to rails (ActiveRecord) databases, so it borrows its approach from AR but makes it callback-driven and avoids data caching (but caches prepared statements).
- Installation & configuration
- Migrations
- Executing statements
- Models: how to use the Table class
- Associations, polymorphic associations
- Transactions
- Sync: wait for several callbacks to be all called