Async database drivers for PostgreSQL and MySQL built on Netty.
If you are upgrading from the 0.3.x line, see MIGRATING_FROM_0.3_X.md.
- Build version:
0.4.0-SNAPSHOT - Java target: 11+
- Scala versions: 2.12.20, 2.13.18, 3.3.7
- Netty version: 4.2.9.Final
- driver-facing date/time handling is based on
java.time - PostgreSQL
intervalvalues decode asString - PostgreSQL
intervalprepared statements acceptjava.time.Periodandjava.time.Duration - migration guidance from
0.3.xis documented in MIGRATING_FROM_0.3_X.md
For a concise release-oriented summary, see CHANGELOG.md.