Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 765 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 765 Bytes

Project:M36 Database Driver for the Persistent Library

This package provides a driver to connect the persistent library to the Project:M36 relational algebra engine. The driver supports all standard persistent features.

Project:M36 supports many Haskell-specific features which this driver, due to limitations in persistent, cannot support such as:

  • native algebraic data types as database values
  • NULL-free operation
  • joins (as well as all relational operators)
  • server-side, interpreted, runtime-loadable, Haskell functions to operate on database values