diff --git a/_posts/07-05-01-Abstraction-Layers.md b/_posts/07-05-01-Abstraction-Layers.md index 68c9476..52a3ede 100644 --- a/_posts/07-05-01-Abstraction-Layers.md +++ b/_posts/07-05-01-Abstraction-Layers.md @@ -18,6 +18,7 @@ installed in any application you like: * [Atlas][5] * [Aura SQL][6] * [Doctrine2 DBAL][2] +* [Medoo][8] * [Propel][7] * [Zend-db][4] @@ -28,5 +29,6 @@ installed in any application you like: [5]: https://atlasphp.io [6]: https://github.com/auraphp/Aura.Sql [7]: http://propelorm.org/ +[8]: https://medoo.in/ [psr0]: https://www.php-fig.org/psr/psr-0/ [psr4]: https://www.php-fig.org/psr/psr-4/