Mauricio Driver Migration
jasync-sql is compatible with the project it was forked from: https://github.com/mauricio/postgresql-async.
It has the following known changes:
- Packages names were changed from
com.github.mauricio.async.*tocom.github.jasync.sql.*. - There is a Kotlin dependency instead of Scala dependency.
- BigDecimal usage in the API was changed from
scala.math.BigDecimaltojava.math.BigDecimal. - Scala Duration type was changed to Java 8 Duration.
- Scala Seq was changed to Java List.
- Scala Future was changed to Java CompletableFuture
- Scala ArrayBuffer was changed to Java MutableList/Array.
- BigDecimal usage in the API was changed from