edit this page on github | next | index
Slick 2.0.0-M3 documentation

Slick - Scala Language Integrated Connection KitΒΆ

  • Introduction
    • What is Slick?
    • Why Slick? / Features
    • Supported database systems
    • Quick Overview
    • License
  • Getting Started
    • Dependencies
    • Imports
    • Database Connection
    • Schema
    • Populating the Database
    • Querying
  • Connections / Transactions
    • Database connection
      • Using a JDBC URL
      • Using a DataSource
      • Using a JNDI Name
    • Session handling
      • Automatically closing Session scope
      • Implicit Session
      • Transactions
      • Manual Session handling
      • Passing sessions around
      • Dynamically scoped sessions
    • Connection Pools
  • Lifted Embedding
    • Tables
    • Mapped Tables
    • Constraints
    • Data Definition Language
    • Expressions
    • Sorting and Filtering
    • Joining and Zipping
    • Unions
    • Aggregation
    • Querying
    • Deleting
    • Inserting
    • Updating
    • Query Templates
    • User-Defined Functions
    • User-Defined Scalar Types
    • User-Defined Record Types
  • Plain SQL Queries
    • Scaffolding
    • DDL/DML Statements
    • Query Statements
    • String Interpolation
  • Direct Embedding
    • Dependencies
    • Imports
    • Row class and schema
    • Query
    • Execution
    • Alternative direct embedding bound to a driver and session
    • Features
  • Slick TestKit
    • Scaffolding
    • Driver
    • Test Harness
    • Database Configuration
    • Testing
  • Slick Extensions

Table Of Contents

  • Introduction
  • Getting Started
  • Connections / Transactions
  • Lifted Embedding
  • Plain SQL Queries
  • Direct Embedding
  • Slick TestKit
  • Slick Extensions

Search

Enter search terms or a module, class or function name.

next | index
© Copyright 2011-2013 Typesafe, Inc.. Created using Sphinx 1.2b3.