Merlin ORM
Merlin is an ORM (Object Relational Mapper) designed for the flexablity and preformance needed when creating large scale applications. Merlin's major advatages include a database driver interface, enabling you to use and database you like, a plugin interface, allowing to to extend or modify any aspect of the ORM with plugins, and a streaming CRUD interface.
Examples
Basic Find
Customer;
Streaming Find
var stream = Customer; stream;// ORstream;
Basic Insert
Customer;
Streaming Insert
inStream;