Zaid-Ajaj / Npgsql.FSharp

Thin F# wrapper around Npgsql, the PostgreSQL database driver for .NET
https://zaid-ajaj.github.io/Npgsql.FSharp
MIT License
319 stars 48 forks source link

sqlc style 'orm' using Npgsql.Fsharp ? #112

Closed swuecho closed 2 years ago

swuecho commented 2 years ago

https://play.sqlc.dev/ I try the demo and pretty great. Is there similar tools in F#?

Zaid-Ajaj commented 2 years ago

Hi @swuecho, the tool looks great but unfortunately there is not one available for this library

swuecho commented 1 year ago

I am writing one. It is usable but not feature complete. https://github.com/swuecho/sqlc-fs

If anyone is using Npgsql.Fsharp, welcome to have a look.