Packages

p

lightdb

postgresql

package postgresql

Type Members

  1. class PostgreSQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends SQLStore[Doc, Model]
  2. case class PostgreSQLStoreManager(connectionManager: ConnectionManager) extends StoreManager with Product with Serializable
  3. case class PostgreSQLTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]](store: PostgreSQLStore[Doc, Model], state: SQLState[Doc, Model], parent: Option[Transaction[Doc, Model]]) extends SQLStoreTransaction[Doc, Model] with Product with Serializable

Ungrouped