hocilib
pool-conduit
hocilib | pool-conduit | |
---|---|---|
- | 9 | |
2 | 467 | |
- | 0.9% | |
0.0 | 6.6 | |
about 7 years ago | 27 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hocilib
We haven't tracked posts mentioning hocilib yet.
Tracking mentions began in Dec 2020.
pool-conduit
-
Problem with Persistent.runSqlPool and Servant Handel
I understand that the "new" version of Persistent requires Servant Handler to be MonadUnliftIO which is not the case. I also understand that I am suppose to use acquireSqlConn somehowe (following this this), but I can't figure it out. Any ideas ?
-
Was simplified subsumption worth it for industry Haskell programmers?
I don't think there's any malicious intent. It seems pretty clear that the motivation here is to simplify the type checker considerably, which is a really good reason to do something. Heck, I've got an open issue for deleting a feature in persistent which (according to the lack of comments on the issue) only ever used by persistent's own test suite.
-
[ANNOUNCE] GHC 9.2.2 is now available!
PR submitted: https://github.com/yesodweb/persistent/pull/1366 :)
- Simple Servant + Persistent + Katip template for starting a new project
-
Async Control Flow
Ha, I spotted a possible resource leak here. If stmtFinalize fail, then the connection won't be closed.
-
Using a different version of a package than what exists in resolver.
text Cloning b1e32adfe1da49cd9df997a13bd0c5b391486f5c from https://github.com/yesodweb/persistent.git No cabal file found for Repo from https://github.com/yesodweb/persistent.git, commit b1e32adfe1da49cd9df997a13bd0c5b391486f5c
What are some alternatives?
selda - A type-safe, high-level SQL library for Haskell
eventstore - EventStore Haskell TCP Client
ampersand - Build database applications faster than anyone else, and keep your data pollution free as a bonus.
persistent-odbc - uses persistent connecting via hdbc odbc
beam - A type-safe, non-TH Haskell SQL library and ORM
HongoDB - A Simple Key Value Store
esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.
HDBC - Haskell Database Connectivity
groundhog - This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
persistent-relational-record - Persistent adapter for Haskell Relational Record
hasql - The fastest PostgreSQL libpq-based driver for Haskell
lmdb - Lightning MDB bindings for Haskell