Lith 11 mesi fa
parent
commit
d40bfcf3e0

+ 0 - 21
README.md

@@ -11,24 +11,3 @@ Vitorm: an simple orm by Vit.Linq
 | -------- | -------- |
 |![](https://github.com/VitormLib/Vitorm/workflows/ki_multibranch/badge.svg) | [![](https://img.shields.io/nuget/v/Vitorm.svg)](https://www.nuget.org/packages/Vitorm/) ![](https://img.shields.io/nuget/dt/Vitorm.svg) |
 
-
-complex-query-operators https://learn.microsoft.com/en-us/ef/core/querying/complex-query-operators
-sqlite/transactions  https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/transactions
-
---------------
-# cur
-
-
-# support ElasticSearch
-# support ClickHouse
-
-# try to make it clean
-
-
-# DbContext.QueryProcedure<Entity>(arg)
-
---------------
-# TODO
-
-# Save SaveRange
-# DbFunction.PrimitiveSql

+ 11 - 0
doc/TODO.md

@@ -0,0 +1,11 @@
+
+# TODO
+
+ - support ElasticSearch  
+ - support ClickHouse  
+
+ - try to make it clean  
+
+ - DbContext.QueryProcedure<Entity>(arg)  
+ - Save SaveRange  
+ - DbFunction.PrimitiveSql  

+ 1 - 1
src/Vitorm.MySql/Vitorm.MySql.csproj

@@ -13,7 +13,7 @@
     <PropertyGroup>
         <Authors>Lith</Authors>
         <Description>orm for MySql</Description>
-        <PackageProjectUrl>https://github.com/VitormLib/Vitorm.MySql</PackageProjectUrl>
+        <PackageProjectUrl>https://github.com/VitormLib/Vitorm</PackageProjectUrl>
     </PropertyGroup>
 
     <ItemGroup>

+ 1 - 1
src/Vitorm.SqlServer/Vitorm.SqlServer.csproj

@@ -13,7 +13,7 @@
     <PropertyGroup>
         <Authors>Lith</Authors>
         <Description>orm for SqlServer</Description>
-        <PackageProjectUrl>https://github.com/VitormLib/Vitorm.SqlServer</PackageProjectUrl>
+        <PackageProjectUrl>https://github.com/VitormLib/Vitorm</PackageProjectUrl>
     </PropertyGroup>
 
     <ItemGroup>

+ 1 - 0
src/Vitorm.Sqlite/SqlTransactionScope.cs

@@ -8,6 +8,7 @@ using SqlTransaction = Microsoft.Data.Sqlite.SqliteTransaction;
 
 namespace Vitorm.Sqlite
 {
+    // sqlite/transactions  https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/transactions  
     public class SqlTransactionScope : Vitorm.Sql.Transaction.SqlTransactionScope
     {
         int savePointCount = 0;

+ 1 - 1
src/Vitorm.Sqlite/Vitorm.Sqlite.csproj

@@ -13,7 +13,7 @@
     <PropertyGroup>
         <Authors>Lith</Authors>
         <Description>orm for Sqlite</Description>
-        <PackageProjectUrl>https://github.com/VitormLib/Vitorm.Sqlite</PackageProjectUrl>
+        <PackageProjectUrl>https://github.com/VitormLib/Vitorm</PackageProjectUrl>
     </PropertyGroup>
 
     <ItemGroup>