Add full Markdown documentation set
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
Reference in New Issue
Block a user