You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For config connection to Mysql, MariaDb database check [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/en/connection/mysql.md)
51
-
-[Check the documentation](https://github.com/yiisoft/db/blob/master/docs/en/README.md) to learn about usage
50
+
- For config connection to Mysql, MariaDb database check [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/en/connection/mysql.md).
51
+
-[Check the documentation](https://github.com/yiisoft/db/blob/master/docs/en/README.md) to learn about usage.
52
52
53
53
Portuguese - Brazil:
54
54
55
-
-For config connection to Mysql, MariaDb database check [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/pt-BR/connection/mysql.md)
56
-
-[Check the documentation](https://github.com/yiisoft/db/blob/master/docs/pt-BR/README.md)to learn about usage
55
+
-Para configurar a conexão com Mysql, MariaDb leia [Connecting MySQL/MariaDb](https://github.com/yiisoft/db/blob/master/docs/pt-BR/connection/mysql.md).
56
+
-[Confira a documentação](https://github.com/yiisoft/db/blob/master/docs/pt-BR/README.md)para aprender como usar.
Copy file name to clipboardExpand all lines: docs/internals.md
+35-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,44 @@
1
1
# Internals
2
2
3
+
## Github actions
4
+
5
+
All our packages have github actions by default, so you can test your [contribution](https://github.com/yiisoft/db-mysql/blob/master/.github/CONTRIBUTING.md) in the cloud.
6
+
7
+
> Note: We recommend pull requesting in draft mode until all tests pass.
8
+
9
+
## Docker image
10
+
11
+
For greater ease it is recommended to use docker containers, for this you can use the [docker-compose.yml](https://docs.docker.com/compose/compose-file/) file that is in the docs folder.
0 commit comments