An open API service indexing awesome lists of open source software.

https://github.com/iijlab/postgresql-pure

a PostgreSQL client library implemented with pure Haskell
https://github.com/iijlab/postgresql-pure

haskell postgresql

Last synced: 6 months ago
JSON representation

a PostgreSQL client library implemented with pure Haskell

Awesome Lists containing this project

README

          

# postgresql-pure

[![Hackage](https://matrix.hackage.haskell.org/api/v2/packages/postgresql-pure/badge)](http://hackage.haskell.org/package/postgresql-pure) [![Haddock](https://img.shields.io/badge/Haddock-0.2.2.0-blue)](https://iij-ii.github.io/postgresql-pure/) [![CI build](https://github.com/iij-ii/postgresql-pure/workflows/build/badge.svg)](https://github.com/iij-ii/postgresql-pure/actions?query=workflow%3Abuild) [![CI test](https://github.com/iij-ii/postgresql-pure/workflows/test/badge.svg)](https://github.com/iij-ii/postgresql-pure/actions?query=workflow%3Atest)

## Copyright

2019 IIJ Innovation Institute Inc.

And some files are licensed by followings. See the LICENSE file for details.

- BSD-3-Clause
- 2012-2015 Leon P Smith
- 2015 Bryan O'Sullivan
- BSD-3-Clause
- 2005-2011 John Goerzen
- MIT
- 2017 Vyacheslav Hashov