Browse Source

Add LazyRecord

pull/376/head
c9s 10 years ago
parent
commit
e4823d89dd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

475
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
475
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
476
 * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
476
 * [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
477
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
477
 * [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
478
+* [LazyRecord](http://github.com/c9s/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
478
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
479
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
479
 * [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
480
 * [Spot2](https://github.com/vlucas/spot2) - A MySQL datamapper ORM.
480
 * [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
481
 * [RedBean](http://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.

Loading…
Cancel
Save