JDBC driver implementations for Scala Native
Add the following dependency to your build:
"com.github.lolgab" %%% "scala-native-jdbc-sqlite" % "0.0.3"
Then you can use a subset of the APIs that you available for "org.xerial" % "sqlite-jdbc" % "3.43.0.0"
Add the following dependency to your build:
"com.github.lolgab" %%% "scala-native-jdbc-duckdb" % "0.0.3"
Some Scala JDBC libraries were published under com.github.lolgab
until
the official repositories start supporting Scala Native.
Add the following dependency to your build:
"com.github.lolgab" %%% "magnum" % "1.3.1"
Add the following dependency to your build:
"com.github.lolgab" %%% "scalasql" % "0.1.20"