We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8869175 commit e120b88Copy full SHA for e120b88
guide/en/start/databases.md
@@ -3,8 +3,8 @@
3
Yii doesn't dictate using a particular database or storage for your application.
4
There are many ways you can work with relational databases:
5
6
-- [DB](https://github.com/yiisoft/db)
7
-- [Active Record](https://github.com/yiisoft/active-record)
+- [Yii DB](https://github.com/yiisoft/db)
+- [Yii Active Record](https://github.com/yiisoft/active-record)
8
- [Cycle](https://github.com/cycle) via [Yii Cycle package](https://github.com/yiisoft/yii-cycle)
9
- [Doctrine](https://www.doctrine-project.org/) via [Yii Doctrine package](https://github.com/stargazer-team/yii-doctrine)
10
- [PDO](https://www.php.net/manual/en/book.pdo.php)
0 commit comments