Skip to content
sergeych edited this page Aug 25, 2012 · 14 revisions

Attention. The interface is being refactored due to a problem implementing transactions with current approach, and also to reduce execution cost a little more. Sorry in advance.

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).

Clone this wiki locally