Changes¶
0.3.1 (13 Jan 2025)¶
Default Postgres SQLAlchemy dialect to psycopg3
0.3.0 (14 Oct 2024)¶
0.2.2 (11 May 2023)¶
Make it clear that for
DatabaseFromEnvironmentto check a port is up, the port must be specified.
0.2.1 (11 May 2023)¶
Fix bug when no port was specified in a
DatabaseFromEnvironmenturl.
0.2.0 (11 May 2023)¶
Add
DatabaseFromEnvironmentservice.Providercan now be used to choose the first availableServicethat provides an instance.
0.1.0 (9 May 2023)¶
Initial release featuring simple container services with helpers for common databases.