You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to provide some DB facility out of the box. Personally I like direct-sqlite which is a bit low-level but self-contained and imposes no new dependencies.
The text was updated successfully, but these errors were encountered:
I think sqlite-simple would be a better choice since direct-sqlite is quite low-level, it would be harder for the user to use it. sqlite-simple comes with some dependencies though.
I have actually just found out that sqlite-simple too is due some love, if only to fix that .. simple sql QuasiQuoter (i.e. I don't think embedding an unsanitized SQL string is a good idea)
But maybe we can discuss this once more if/when #317 lands.
It would be nice to provide some DB facility out of the box. Personally I like
direct-sqlite
which is a bit low-level but self-contained and imposes no new dependencies.The text was updated successfully, but these errors were encountered: