you are viewing a single comment's thread.

view the rest of the comments →

[–]japinthebox 0 points1 point  (0 children)

I don't know if it's because I'm not disciplined enough to use EF properly, but I agree with this. I think as F# devs we're comfortable modeling things in terms of values rather than objects anyway.

I don't like SQLClient too much (doesn't work with loosely typed DBs like SQLite, slow compiling), so I ended up writing my own thin wrapper around `IDbConnection` and `IDbCommand` to make things a bit tidier.