Registry / orm / slick-2-12

slick-2-12

JSON →
library3.6.1javamavenunverified

Functional relational mapping library for Scala that allows database access using Scala collections-like API.

<dependency> <groupId>com.typesafe.slick</groupId> <artifactId>slick_2.12</artifactId> <version>3.6.1</version> </dependency>
INSTALL
IMPORT
SIG · SLICK-2-12
S
slick-2-12
ormjavav3.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
slick.jdbc.JdbcBackend.Database

Creates a database connection using Slick's JDBC backend.

import slick.jdbc.JdbcBackend.Database object Example { val db = Database.forConfig("mydb") println(db) }
Debug
Known issues
breakingScala 2.12 is outdated; consider upgrading to Scala 2.13 or 3.x for better performance and compatibility.
fix
Use the artifact with Scala 2.13 suffix (slick_2.13) and update your Scala version.
affects: all
Upgrade
Version history
3.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
slick-2-12 — mvn dependency:get slick-2-12 · libregistry