Back to Developer Roadmap

Slick

src/data/roadmaps/scala/content/[email protected]

4.0718 B
Original Source

Slick

Slick is a Functional Relational Mapping (FRM) library for Scala that allows developers to query and access databases in a manner similar to working with Scala collections. It provides compile-time safety and composability, making it easier to write and maintain database queries. Slick supports various databases like PostgreSQL, MySQL, Oracle, and MS SQL Server, and offers both asynchronous and streaming APIs for efficient database interactions.

Visit the following resources to learn more: