rpiotti / scala-query

A fork of SLICK to keep old links to the ScalaQuery repository alive. Please use slick/slick instead!

Home Page:https://github.com/slick/slick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScalaQuery is a type-safe database query API for Scala.

It includes the following features:
- Session management based on JDBC Connections
- Type-safe queries based on a query monad and combinators
- Simple static and dynamic queries

The following database systems are directly supported for type-safe queries:
- PostgreSQL
- MySQL
- Microsoft SQL Server
- Microsoft Access
- H2
- HSQLDB/HyperSQL
- Derby/JavaDB
- SQLite
Accessing other database systems is possible, with a reduced feature set.

See <http://scalaquery.org/> for more information.
Licensing conditions (BSD-style) can be found in LICENSE.txt.

About

A fork of SLICK to keep old links to the ScalaQuery repository alive. Please use slick/slick instead!

https://github.com/slick/slick

License:BSD 2-Clause "Simplified" License