Summary
This package contains a backend for persistent using the MySQL database server. Internally it uses the @mysql-simple@ and @mysql@ packages in order to access the database. This package supports only MySQL 5.1 and above. However, it has been tested only on MySQL 5.5. Known problems: * This package does not support statements inside other statements.
Versions
v2.10.2.3 :: 0/2.10.2.3 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / conduit : Streaming data processing library
dev-haskell / fast-logger : A fast logging system
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / monad-logger : A class of monads which can log messages
dev-haskell / mysql : A low-level MySQL client library
dev-haskell / mysql-simple : A mid-level MySQL client library
dev-haskell / persistent : Type-safe, multi-backend data serialization
dev-haskell / persistent-qq : Provides a quasi-quoter for raw SQL for persistent
dev-haskell / persistent-template : Type-safe, non-relational, multi-backend persistence
dev-haskell / persistent-test : Tests for Persistent
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-instances : Common quickcheck instances
dev-haskell / resource-pool : A high-performance striped resource pooling implementation
dev-haskell / resourcet : Deterministic allocation and freeing of scarce resources
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unliftio-core : The MonadUnliftIO typeclass for unlifting monads to IO
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / conduit : Streaming data processing library
dev-haskell / monad-logger : A class of monads which can log messages
dev-haskell / mysql : A low-level MySQL client library
dev-haskell / mysql-simple : A mid-level MySQL client library
dev-haskell / persistent : Type-safe, multi-backend data serialization
dev-haskell / resource-pool : A high-performance striped resource pooling implementation
dev-haskell / resourcet : Deterministic allocation and freeing of scarce resources
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unliftio-core : The MonadUnliftIO typeclass for unlifting monads to IO
Depending packages
dev-haskell / esqueleto : Type-safe EDSL for SQL queries on persistent backends
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/persistent-mysql: new package, a depend of esqueleto-3.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>