About
purescript-selda is a SQL library which allows a user to write type-safe queries. Generated SQL is guaranteed to be correct by the type system. It supports arbitrarily nested queries with capabilities of filtering, joins and aggregation. We used standard monadic abstraction which supports writing queries in a linear, natural style.
Getting Started
Install postgresql-client's dependencies
npm install pg decimal.js
Guides
More info
- For information about features, examples, usage, etc. refer to the test suite in
test/Main.purs
. - My thesis
Credits
Supported by Lambda Terms
Inspired by selda