Skip to content

fernandezpablo85/slick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slick

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:

  • Derby/JavaDB
  • H2
  • HSQLDB/HyperSQL
  • Microsoft Access
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • SQLite

Support for DB2 and Oracle is scheduled to be available for production use by Typesafe subscribers (free for evaluation and development) along with release 1.0 of Slick.

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. There is some older documentation (which may still apply to some extent to Slick) in the ScalaQuery Wiki.

Licensing conditions (BSD-style) can be found in LICENSE.txt.

About

Scala Language Integrated Connection Kit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 97.7%
  • Python 2.3%