Fumble
Fumble copied to clipboard
Thin F# API for Sqlite for easy data access to sqlite database with functional seasoning on top
I'm trying out Fumble at the moment for a small project and tried reading just a scalar value from the DB: `SELECT COUNT(*) FROM Test`. But then I don't know...
It would be useful to receive query results as an async pull sequence. My attempt: ```fsharp #r "nuget: FSharp.Control.TaskSeq, 0.4.0" #r "nuget: Fumble, 0.8.3" open FSharp.Control open Fumble [] module...
Hi and Happy Easter! Fumble looks pretty nice! Thanks for making this library. I just wanted to give you a heads-up that the docs site linked to from the sidebar...