Merge pull request #915 from catfan/patch-1

Add Medoo link to database abstraction layers
This commit is contained in:
Josh Lockhart
2022-08-24 08:13:12 -04:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ installed in any application you like:
* [Atlas][5] * [Atlas][5]
* [Aura SQL][6] * [Aura SQL][6]
* [Doctrine2 DBAL][2] * [Doctrine2 DBAL][2]
* [Medoo][8]
* [Propel][7] * [Propel][7]
* [Zend-db][4] * [Zend-db][4]
@@ -28,5 +29,6 @@ installed in any application you like:
[5]: https://atlasphp.io [5]: https://atlasphp.io
[6]: https://github.com/auraphp/Aura.Sql [6]: https://github.com/auraphp/Aura.Sql
[7]: http://propelorm.org/ [7]: http://propelorm.org/
[8]: https://medoo.in/
[psr0]: https://www.php-fig.org/psr/psr-0/ [psr0]: https://www.php-fig.org/psr/psr-0/
[psr4]: https://www.php-fig.org/psr/psr-4/ [psr4]: https://www.php-fig.org/psr/psr-4/