Skip to content

lolgab/scala-native-jdbc

Repository files navigation

scala-native-jdbc

JDBC driver implementations for Scala Native

Implementations

SQLite

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"

DuckDB

Add the following dependency to your build:

"com.github.lolgab" %%% "scala-native-jdbc-duckdb" % "0.0.3"

Published libraries

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"

About

JDBC Implementation for Scala Native

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages