Coder Social home page Coder Social logo

ippei-takahashi / slick Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slick/slick

0.0 0.0 0.0 8.61 MB

Scala Language Integrated Connection Kit

Home Page: http://slick.typesafe.com

License: BSD 2-Clause "Simplified" License

Scala 98.58% Python 1.18% HTML 0.25%

slick's Introduction

Slick

Build Status Stories in Ready

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
  • MySQL
  • PostgreSQL
  • SQLite

Support for Oracle, IBM DB2 and Microsoft SQL Server is available for production use by Typesafe subscribers (free for evaluation and development) in the Slick Extensions package. See the Slick manual for details.

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.

slick's People

Contributors

aloiscochard avatar bensymonds avatar cvogt avatar ellers avatar falconepl avatar ggrossetie avatar gnufied avatar gseitz avatar ijuma avatar imcharsi avatar jamesward avatar jsuereth avatar kejadlen avatar lalloni avatar lannyripple avatar mobiworx avatar nafg avatar nightscape avatar nmartynenko avatar nremond avatar paul-snively avatar paulp avatar scalalang2 avatar swartzrock avatar szeiger avatar vlachjosef avatar waffle-with-pears avatar xeno-by avatar zczapran avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.