From 65f8557a8e0961e3eaf523c38b51ea9f6b3c0a04 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sat, 27 May 2017 17:48:05 -0300 Subject: [PATCH] Added the ByJG Micro-Orm - A micro framework for create a very simple decoupled ORM (sqlite, mysql, postgres, sqlserver) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77c252..60bfb08 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator. * [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. Edit * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent. +* [ByJG Micro-Orm](https://github.com/byjg/micro-orm) - A micro framework for create a very simple decoupled ORM (sqlite, mysql, postgres, sqlserver) * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP). * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions. * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.