From 631d48623afb451e07e0d59989924df2344cc0c5 Mon Sep 17 00:00:00 2001 From: David Lebee Date: Tue, 12 Nov 2019 18:27:13 -0600 Subject: [PATCH] updated readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2c00f5..c3912de 100644 --- a/README.md +++ b/README.md @@ -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. 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.