mardi 20 octobre 2015

Which is the most mature haskell package for SQLite access with REGEXP

I need some input. I've used Haskell HDBC in the past, but I need regexp matching and in the future also BLOBs reading and writing.

There seem to be a couple of options out there, but I don't see them featured in tutorials and text books very often, which makes me suspicious that not all of them are great. But, then, which ones are?

Features I need apart from regex/new functions and blobs are just simple querying and some basic error handling. I don't even need utility functions that gets me table names and column names or access to the part of the C API that facilitates backing up of the database.

However, if possible I would like the possibility to stay with not named parameter binding ("?" rather than ":nnn" or "@nnn") as it would simplify my life somewhat.

Thank you for your input!

Aucun commentaire:

Enregistrer un commentaire