Support for Testcontainers in JDBC URL
Open
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
Is it possible to use a testcontainers-targeted JDBC URL? That is, a URL that uses "jdbc:tc:" as the URL scheme/prefix. Also supporting the container target version after the dialect.
For example:
`jdbc:tc:postgresql:15.1-alpine:///databasename`
I wasn't able to find any docs or issues related to this. Nor could I find any examples of its use with Exposed.
A quick look at the Exposed code seems to indicate it would NOT support this. But I may not have looked close enough.
TIA.
Contributor guide
Assessment
This issue has not been assessed yet.