Registry / orm / slick-2-11

slick-2-11

JSON →
library3.3.3javamavenunverified

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

<dependency> <groupId>com.typesafe.slick</groupId> <artifactId>slick_2.11</artifactId> <version>3.3.3</version> </dependency>
INSTALL
IMPORT
SIG · SLICK-2-11
S
slick-2-11
ormjavav3.3.3
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.11 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.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Resources
slick-2-11 — mvn dependency:get slick-2-11 · libregistry