Package

purescript-selda

Repository
Kamirus/purescript-selda
License
MIT
Uploaded by
Kamirus
Published on
2019-10-18T10:54:30Z

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

  1. Introductory End-to-End example that shows how to setup, write queries, use aggregation, deal with type errors and execute queries and inserts.

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