tforkmann / Fumble

Thin F# API for Sqlite for easy data access to sqlite database with functional seasoning on top
https://tforkmann.github.io/Fumble/
MIT License
97 stars 2 forks source link

F# codegen for Fumble #27

Closed kaashyapan closed 1 year ago

kaashyapan commented 1 year ago

I've published a package that produces F# code from sql. https://github.com/kaashyapan/sqlc-gen-fsharp

The Sqlite version wraps Fumble. Please spare a thought if you decide to break something.

P.s - I'd also be great if you can rename type Sqlite to type Sql. module Sqlite to type Sql. That would align this with Npgsql.FSharp and the produced code would look identical.

tforkmann commented 1 year ago

@kaashyapan Wow that is great! The renaming shouldnt be a problem. Trying to release a new version soon.

tforkmann commented 1 year ago

@kaashyapan Just released a new version please have a look if that is working for you now.

kaashyapan commented 1 year ago

Thanks for the quick response. I missed mentioning one rename. If you can merge and release a new version that would be great.

tforkmann commented 1 year ago

Done!