# squeather This library provides an interface to the version 3 series of the SQLite C library. For more details, see the documentation in the main Squeather module. Squeather's API is inspired by the [direct-sqlite](https://hackage.haskell.org/package/direct-sqlite) package, but all the code in Squeather was written from scratch. This library is unstable and incomplete. The library that most resembles it is [direct-sqlite](https://hackage.haskell.org/package/direct-sqlite) and you're probably better off using that library. [Hackage page](https://hackage.haskell.org/package/squeather) ## Unmaintained [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) I use this library for other proprietary projects that I don't make publicly available. I provide this library publicly in hopes that others will find it useful. However, the library already suits my needs. It's developed with my use-cases in mind and has been tested for these uses. Therefore I'm unlikely to review or accept any patches. I will be happy if you take this code and merge it into your own codebase, or if you improve the library and post your own version. I am also quite satisfied if you review this code and simply learn from it - either as inspiration of what you might do, or as a warning of what you shouldn't do (smile).