|
|
|
|
|
by ducdetronquito
578 days ago
|
|
I only toyed with F# recently, but coming from Python I really like that I can also use a REPL to experiment stuff: I wonder if experienced F# devs use it too. I hope to have time to build a small web backend project this winter, to get to know the language and ecosystem better. I heard good things about Oxpecker for the http part; do you have any recommendation for a good postgresql client/driver ? (I don't like ORMs) Cf: https://lanayx.github.io/Oxpecker/ |
|
- https://monazita.gitlab.io/monazita/ (i developed it for a project of mine while learning fsharp. Basically works but could be more polished and is pgsql only)
- https://github.com/jacentino/DbFun (more polished than previous project, and multi db)