mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Merge pull request #915 from catfan/patch-1
Add Medoo link to database abstraction layers
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user