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

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

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

haskell postgresql

Last synced: 7 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) [![CI build](https://github.com/kakkun61/postgresql-pure/actions/workflows/push.yaml/badge.svg)](https://github.com/kakkun61/postgresql-pure/actions/workflows/push.yaml) [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-red?logo=GitHub)](https://github.com/sponsors/kakkun61)

## Copyright

2021 Kazuki Okamoto (岡本和樹), 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