Files
DynamORM/README.md

26 lines
675 B
Markdown

# DynamORM
Dynamic ORM and SQL builder for .NET, with dynamic and typed APIs.
## Documentation
Full documentation is available in [`docs/README.md`](docs/README.md):
- Quick start
- Dynamic table API
- Fluent builder API
- Syntax and procedure deep dive
- 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