All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play.api.db.package.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2009-2016 Lightbend Inc. 
 */
package play.api

/**
 * Contains the JDBC database access API.
 *
 * Example, retrieving a connection from the 'customers' datasource:
 * {{{
 * val conn = DB.getConnection("customers")
 * }}}
 */
package object db {
  type NamedDatabase = play.db.NamedDatabase
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy