Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Nov 30, 2024
1 parent de54f96 commit 584229c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Install-Package FreeSql.Provider.Sqlite
| [FreeSql.Provider.SqliteCore](freesql-provider-sqlitecore.md) | 基于 Microsoft.Data.Sqlite.Core,需安装 bundle_xxx |
| [FreeSql.Provider.Duckdb](freesql-provider-duckdb.md) | 基于 DuckDB.NET.Data.Full |
| FreeSql.Provider.ClickHouse | 基于 ClickHouse.Client |
| [FreeSql.Provider.TDengine](freesql-provider-tdengine.md) | 基于 Npgsql 和 RestApi |
| [FreeSql.Provider.QuestDb](freesql-provider-questdb.md) | 基于 Npgsql 和 RestApi |
| FreeSql.Provider.Oracle | |
| [FreeSql.Provider.OracleOledb](freesql-provider-oracle.md) | 基于 Oledb 解决 US7ASCII 中文乱码问题 |
Expand Down Expand Up @@ -175,6 +176,7 @@ fsql.GlobalFilter //全局过滤器对象
| DataType.DuckDB | [https://duckdb.net/docs/connection-string.html](https://duckdb.net/docs/connection-string.html) |
| 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.TDengine | host=localhost;port=6030;username=root;password=taosdata;protocol=Native;db=test; |
| 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; |
Expand Down

0 comments on commit 584229c

Please sign in to comment.