From 0e9590f8434322129b28d31a822fc698f59888c9 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Thu, 23 Feb 2023 01:58:55 +0800 Subject: [PATCH] update --- Dapper比较.md | 2 +- EntityFramework比较.md | 2 +- Getting-Started.md | 2 +- Home.md | 2 +- Parent-Child-Relationship-Query.md | 2 +- 入门.md | 3 ++- 首页.md | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Dapper比较.md b/Dapper比较.md index 92209c8..e791040 100644 --- a/Dapper比较.md +++ b/Dapper比较.md @@ -147,7 +147,7 @@ FreeSql 是一款功能强大的对象关系映射(O/RM)组件,支持 .NET - ✒ 支持 丰富的表达式函数,以及灵活的自定义解析; - 🏁 支持 导航属性一对多、多对多贪婪加载,以及延时加载; - 📃 支持 读写分离、分表分库、过滤器、乐观锁、悲观锁; -- 🌳 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse 等数据库; +- 🌳 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse/QuestDB 等数据库; #### 基础 diff --git a/EntityFramework比较.md b/EntityFramework比较.md index 1e888d5..adb828f 100644 --- a/EntityFramework比较.md +++ b/EntityFramework比较.md @@ -21,7 +21,7 @@ FreeSql 不愿做自己发光的金子,希望在 2020年 写下这篇完整一 | 生命周期 | Singleton | Scoped | Scoped | | 使用方式 | IFreeSql、Repository | DbContext | SugarClient | -FreeSql .NET ORM 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse。 +FreeSql .NET ORM 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse/QuestDB。 .NET ORM 各有自已看家本领,本文主要按 FreeSql 提供的功能进行列举比较,如有冒犯请见谅,也欢迎向 FreeSql 提出功能建议。 diff --git a/Getting-Started.md b/Getting-Started.md index 342c513..c0a1963 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -2,7 +2,7 @@ FreeSql is a powerful **.NET ORM** that supports all *.NET Standard* runtime platforms like *.NET Framework 4.0+*, *.NET Core 2.1+* and *Xamarin*, etc. -FreeSql supports MySql, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, Dameng, Shentong Database, Kingbase ES(V008R003), Hangao Database, ClickHouse, GBase and MsAccess. +FreeSql supports MySql, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, Dameng, Shentong Database, Kingbase ES(V008R003), Hangao Database, ClickHouse, QuestDB, GBase and MsAccess. QQ Groups:4336577(full)、8578575(full)、52508226(full) diff --git a/Home.md b/Home.md index 82cb0e2..8fdf6f3 100644 --- a/Home.md +++ b/Home.md @@ -21,7 +21,7 @@ QQ Groups:4336577(full)、8578575(full)、52508226(full) - 🌲 Support expression functions, and customizable analysis. - 🏁 Support one-to-many and many-to-many navigation properties, include and lazy loading. - 📃 Support Read/Write separation, Splitting Table/Database, Global filters, Optimistic and pessimistic locker. -- 🌳 Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse, etc. +- 🌳 Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse/QuestDB, etc. ## Guide diff --git a/Parent-Child-Relationship-Query.md b/Parent-Child-Relationship-Query.md index 75333b1..602da2c 100644 --- a/Parent-Child-Relationship-Query.md +++ b/Parent-Child-Relationship-Query.md @@ -116,7 +116,7 @@ If you do not design an infinite level classification table with data redundancy | (Optional) pathSeparator | Set the connector of `pathSelector`, default: `->` | | (Optional) level | Set recursion level | -> Databases that have passed the test: MySql8.0, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, 达梦, 人大金仓, 神舟通用, 南大通用, 翰高, MSAccess And ClickHouse. +> Databases that have passed the test: MySql8.0, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, 达梦, 人大金仓, 神舟通用, 南大通用, 翰高, MSAccess, ClickHouse And QuestDB. Practice 1: AsTreeCte() + ToTreeList diff --git a/入门.md b/入门.md index 58461f4..fc5929d 100644 --- a/入门.md +++ b/入门.md @@ -2,7 +2,7 @@ FreeSql 是功能强大的 **.NET ORM**,支持 *.NET Framework 4.0+*、*.NET Core 2.1+*、*Xamarin* 等支持 *.NET Standard* 的所有运行平台。 -支持 `MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/MsAccess/ClickHouse` 数据库。 +支持 `MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/MsAccess/ClickHouse/QuestDB` 数据库。 QQ群:4336577(已满)、8578575(已满)、52508226(已满)、反馈问题请前往 [https://github.com/dotnetcore/FreeSql/issues](https://github.com/dotnetcore/FreeSql/issues) @@ -187,6 +187,7 @@ fsql.Delete() | DataType.Sqlite | Data Source=\|DataDirectory\|\document.db; Attachs=xxxtb.db; Pooling=true;Min Pool Size=1 | | DataType.ClickHouse| DataCompress=False;BufferSize=32768;SocketTimeout=10000;CheckCompressedHash=False;Encrypt=False;Compressor=lz4;Host=192.168.0.121;Port=8125;Database=PersonnelLocation;Username=root;Password=123 | | DataType.Firebird | database=localhost:D:\fbdata\EXAMPLES.fdb;user=sysdba;password=123456 | +| DataType.QuestDb | host=localhost;port=8812;username=admin;password=quest;database=qdb;ServerCompatibilityMode=NoTypeLoading; | | DataType.MsAccess | Provider=Microsoft.Jet.OleDb.4.0;Data Source=d:/accdb/2003.mdb | | DataType.MsAccess(accdb) | Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:/accdb/2003.accdb; | | DataType.MsAccess(加密) | Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:/accdb/2003.accdb;Jet OLEDB:Database Password=12341234 | diff --git a/首页.md b/首页.md index d7e0254..6d21f5b 100644 --- a/首页.md +++ b/首页.md @@ -21,7 +21,7 @@ QQ群:4336577(已满)、8578575(已满)、52508226(已满)、反馈问题请 - ✒ 支持 丰富的表达式函数,以及灵活的自定义解析; - 🏁 支持 导航属性一对多、多对多贪婪加载,以及延时加载; - 📃 支持 读写分离、分表分库、过滤器、乐观锁、悲观锁; -- 🌳 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse 等数据库; +- 🌳 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/南大通用/翰高/Access/ClickHouse/QuestDB 等数据库; ## 学习指南