hanishi / slick

Scala Language Integrated Connection Kit. Slick is a modern database query and access library for Scala

Home Page:https://scala-slick.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slick

Maven Gitter

Slick is a modern database query and access library for Scala. It allows you to work with stored data almost as if you were using Scala collections while at the same time giving you full control over when a database access happens and which data is transferred. You can write your database queries in Scala instead of SQL, thus profiting from the static checking, compile-time safety and compositionality of Scala. Slick features an extensible query compiler which can generate code for different backends.

The following database systems are directly supported for type-safe queries. These are the databases and driver versions that have explicit automated tests.

Database JDBC Driver
SQLServer 2008, 2012, 2014, 2017 jtds:1.3.1 and msjdbc:7.2.2
Oracle 11g ojdbc7:12.1.0.2
DB2 10.5 db2jcc4:4.19.20
MySQL mysql-connector-java:8.0.16
PostgreSQL postgresql:42.2.5
SQLite sqlite-jdbc:3.27.2.1
Derby/JavaDB derby:10.14.2.0
HSQLDB/HyperSQL hsqldb:2.4.1
H2 com.h2database.h2:1.4.199

Accessing other database systems is possible, with a reduced feature set.

The manual and scaladocs for Slick can be found on the Slick web site.

Maintenance status

Slick is community-maintained by a loose assortment of volunteers. Please help if you can.

Lightbend staff (such as @SethTisue) may be able to assist with administrative issues.

About

Scala Language Integrated Connection Kit. Slick is a modern database query and access library for Scala

https://scala-slick.org/

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 99.9%Language:Shell 0.1%