From 5ddfebc67d163fe48ddaaeb3659a9c7762db5022 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" <25754+pmjones@users.noreply.github.com> Date: Tue, 2 Mar 2021 15:52:28 -0600 Subject: [PATCH] add Atlas to DB abstraction layers --- _posts/07-05-01-Abstraction-Layers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/07-05-01-Abstraction-Layers.md b/_posts/07-05-01-Abstraction-Layers.md index ca14d88..68c9476 100644 --- a/_posts/07-05-01-Abstraction-Layers.md +++ b/_posts/07-05-01-Abstraction-Layers.md @@ -15,6 +15,7 @@ then a little overhead will be worth it for the sake of code cleanliness. Some abstraction layers have been built using the [PSR-0][psr0] or [PSR-4][psr4] namespace standards so can be installed in any application you like: +* [Atlas][5] * [Aura SQL][6] * [Doctrine2 DBAL][2] * [Propel][7] @@ -24,6 +25,7 @@ installed in any application you like: [1]: https://secure.php.net/book.pdo [2]: https://www.doctrine-project.org/projects/dbal.html [4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db +[5]: https://atlasphp.io [6]: https://github.com/auraphp/Aura.Sql [7]: http://propelorm.org/ [psr0]: https://www.php-fig.org/psr/psr-0/