Skip to content
/ OrmDemo Public

Demo of how to query using Entity Framework, Dapper and FSharp.Data.SqlClient

License

Notifications You must be signed in to change notification settings

onybo/OrmDemo

Repository files navigation

OrmDemo

Demo of how to query using Entity Framework, Dapper and FSharp.Data.SqlClient

Run using entity framework to create the database.

Sample data

People
Name MemberOf_Id
A        1
B        1

Organizations
Id  Name   Amount
1   OrgA     0,00

About

Demo of how to query using Entity Framework, Dapper and FSharp.Data.SqlClient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published