Hello, haskellers. This is the first release of HDBI (Haskell Database Independent interface). It is the fork of HDBC. HDBI has some improvements in design, it also has better testing and performance (mainly because of using Text instead of String anywhere).
HDBI designed to be more flexible and correct database interface.
You can find out more information in the documentation.
I am planning to implement MySql and Sqlite drivers as well
Issues and pull requests are welcome, as well as collaboration.