Skip to content

IreneKnapp/direct-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1552850 · Jan 26, 2024
Jan 26, 2024
Jan 23, 2024
Jan 23, 2024
Jun 17, 2022
Jan 23, 2024
Jun 1, 2022
Sep 28, 2017
Feb 16, 2019
Jan 12, 2012
Jan 23, 2024
Nov 5, 2009
Feb 22, 2023
Jan 26, 2024
Jun 1, 2022
Feb 22, 2023
Jan 23, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024

Repository files navigation

Low-level SQLite3 bindings for Haskell

Build Status Hackage

This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.

For contribtions, please read contributing guide before sending PRs.

Contributors