Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
persistentBackend :: RawPostgresql backend -> backendpersistent-postgresql Database.Persist.Postgresql The persistent backend
-
Provides a quasi-quoter for raw SQL for persistent Please see README and API docs at http://www.stackage.org/package/persistent.
-
Backend for the persistent library using MySQL database server. 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. Only the InnoDB storage engine is officially supported. Known problems:
- This package does not support statements inside other statements.
-
Persistent module discover utilities This package provides an executable for discovering Persistent model definition files, as well as a library function to glob all persistent model files. Please see the README on GitHub at https://github.com/parsonsmatt/persistent-discover#readme
package
persistent-documentation Documentation DSL for persistent entities A convenient DSL that allows you to attach documentation to persistent database entities
-
Backend for the persistent library using mongoDB. MongoDB backend for the persistent library.
-
Monad transformer for the persistent API A monad transformer and mtl-style type class for using the persistent API directly in your monad transformer stack.
-
Efficient and correct pagination for persistent or esqueleto queries. Please see the README on GitHub at https://github.com/parsonsmatt/persistent-pagination#readme
-
Backend for persistent library using Redis. Based on the Redis package.
-
Type safe access to multiple database schemata. See README.md for more details, examples, and fun.