Add full Markdown documentation set

This commit is contained in:
root
2026-02-26 07:49:08 +01:00
parent faf45eed1e
commit 984870f510
10 changed files with 618 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
- Mapping and entity lifecycle
- Transaction/disposal semantics
- Stored procedures
- .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