Norm is stands for Not an ORM is a C#
lib for very HIGH Speed DB
data processing in async
way at background with Processing data with Batches however due to Norm is NOT ORM it has following disadvantages:
- No object tracking
- No Lazy loading properties
But it gives us the following:
- Read spead is fast
- Insert speed is fast
- Can work with DB in multiple threads unlike many other
ORMs