Skip to content

Mauricio Driver Migration

Ohad Shai edited this page Feb 5, 2019 · 4 revisions

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.* to com.github.jasync.sql.*.
  • There is a Kotlin dependency instead of Scala dependency.
    • BigDecimal usage in the API was changed from scala.math.BigDecimal to java.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.

Clone this wiki locally