From d41806352c258cfe81c3359ea3ad2bab56eec129 Mon Sep 17 00:00:00 2001 From: pradyvrp <84123008+pradyvrp@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:56:41 +0530 Subject: [PATCH] Added Medoo In Database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77f5a42..64b837b 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions. * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM. +* [Medoo](https://medoo.in) - The Lightweight PHP Database Framework to Accelerate Development. * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL. * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers. * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.