Files
DynamORM/README.md

741 B

DynamORM

Dynamic ORM and SQL builder for .NET, with dynamic and typed APIs.

Documentation

Full documentation is available in docs/README.md:

  • Quick start
  • Dynamic table API
  • Fluent builder API
  • Mapping and entity lifecycle
  • Transaction/disposal semantics
  • Stored procedures
  • ADO.NET extensions and cached reader
  • .NET 4.0 amalgamation workflow
  • Test-driven examples

Repository Layout

  • DynamORM/: core library
  • DynamORM.Tests/: test suite
  • AmalgamationTool/: amalgamation generator and generated single-file output
  • DynamORM.Net40.csproj: net40 build for amalgamated source compatibility
  • scripts/docker/: dockerized build, test, amalgamation generation, and mono net40 smoke scripts