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
@@ -30,7 +31,7 @@ It is designed to offer pre-configured testing setups for many different types a
30
31
31
32
## Features
32
33
33
-
`pytest-databases`currently utilizes `docker compose` (or the legacy `docker-compose`) commands to manage the startup and shutdown of each database service. The following databases are currently available:
34
+
`pytest-databases`uses the Docker Python SDK to manage the startup and shutdown of database services in containers. The following databases are currently available:
34
35
35
36
-**Postgres**: Version 12, 13, 14, 15, 16 and 17 are available
36
37
-**MySQL**: Version 5.6, 5.7 and 8 are available
@@ -46,6 +47,7 @@ It is designed to offer pre-configured testing setups for many different types a
46
47
-**KeyDB**: Latest version
47
48
-**Elasticsearch**: Version 7 and 8 are available
48
49
-**Azure blob storage**: Via azurite
50
+
-**Minio**: Latest version
49
51
50
52
## Contributing
51
53
@@ -56,9 +58,8 @@ Before contributing, please review the [contribution guide][contributing].
56
58
If you have any questions, reach out to us on [Discord][discord], our org-wide [GitHub discussions][litestar-discussions] page,
57
59
or the [project-specific GitHub discussions page][project-discussions].
58
60
59
-
<hr>
60
-
61
61
<!-- markdownlint-disable -->
62
+
<hr>
62
63
<palign="center">
63
64
<!-- github-banner-start -->
64
65
<imgsrc="https://raw.githubusercontent.com/litestar-org/meta/2901c9c5c5895a83fbfa56944c33bca287f88d42/branding/SVG%20-%20Transparent/logo-full-wide.svg"alt="Litestar Logo - Light"width="20%"height="auto" />
@@ -73,4 +74,3 @@ or the [project-specific GitHub discussions page][project-discussions].
0 commit comments