updated readme.

This commit is contained in:
David Lebee 2019-11-12 18:27:13 -06:00
parent 9b3d74f579
commit 631d48623a

View File

@ -1,5 +1,4 @@
# IDbContextFactory # Goal
The goal of this project is to help, fill the gap of supporting multiple ORM's in DynamicQuery, and possibly more projects in the future. The goal of this project is to help, fill the gap of supporting multiple ORM's in DynamicQuery, and possibly more projects in the future.
One of the most obvious reason is to be able to execute async/await operations on the context without, the executing library to be dependant on the ORM Framework such as (EF Core, EF6). One of the most obvious reason is to be able to execute async/await operations on the context without, the executing library to be dependant on the ORM Framework such as (EF Core, EF6).
@ -32,7 +31,7 @@ public class Startup
} }
``` ```
## AsyncQueryableFactory ## AsyncQueryableService
Also as the same kind of goal, will slowly add support for a non dependant to orm/drivers async method. Also as the same kind of goal, will slowly add support for a non dependant to orm/drivers async method.