Dzoukr / Dapper.FSharp

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
MIT License
365 stars 35 forks source link

Support internal types as records mapped to DB #76

Closed kstastny closed 1 year ago

kstastny commented 1 year ago

It may be useful to hide DB types so they cannot be used outside of their defining assembly and the client only uses exposed domain types. This PR should allow us to do just that.