TSDatabase 1.0.2

dotnet add package TSDatabase --version 1.0.2
                    
NuGet\Install-Package TSDatabase -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TSDatabase" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TSDatabase" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="TSDatabase" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TSDatabase --version 1.0.2
                    
#r "nuget: TSDatabase, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TSDatabase@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TSDatabase&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=TSDatabase&version=1.0.2
                    
Install as a Cake Tool

�ð�������ʹ�ã�����ʹ���ˣ������ʧ�����ге�

{ "Database": { // ��ϸ���ݿ����ü�SqlSugar��������һ��ΪĬ�Ͽ⣩�������Ƽ� PostgreSQL ���ݿ� // ���ݿ������ַ����ο���ַ��https://www.connectionstrings.com/ "SnowId": { "WorkerId": 1, // ������ ȫ��Ψһ "WorkerIdBitLength": 6, // ������λ�� Ĭ��ֵ6��ȡֵ��Χ [1, 19] "SeqBitLength": 6, // ������λ�� Ĭ��ֵ6��ȡֵ��Χ [3, 21]�����鲻С��4��ֵԽ������Խ�ߡ�Idλ��Ҳ������ "WorkerPrefix": "adminnet_" // ����ǰ׺ }, "Redis": { "Host": "127.0.0.1", //Redis ��������ַ��Ĭ�� 127.0.0.1 "Port": 6379, //Redis �˿ںţ�Ĭ�� 6379 "Password": "", //Redis �������룬���û����Ϊ�� "PoolSize": 50, //���ӳش�С��������ݲ��������ã�Ĭ�� 50 "Timeout": 5000, //Redis ������ʱʱ�䣬��λ���룬Ĭ�� 5000 ms "DefaultDatabase": 0, //Ĭ�����ݿ�������0~15����Ĭ�� 0 "UseCluster": false, //�Ƿ�ʹ�ü�Ⱥģʽ��Ĭ�� false�����ڵ㣩 /** * Redis ��Ⱥ�ڵ��ַ�б������ UseCluster = true ʱʹ�� * ��ʽʾ����["127.0.0.1:6379", "127.0.0.1:6380", "127.0.0.1:6381"] */ "ClusterNodes": [ "127.0.0.1:6379", "127.0.0.1:6380", "127.0.0.1:6381" ] }, "MySql": { "BatchSize": 1000, //����д��MySQL������ "FlushIntervalMs": 300, //����д��MySQL��ʱ��������룩 "ConsumerCount": 1, //ָ����̨����д��MySQL�IJ����߳��� "EnableConsoleSql": true, // ���ÿ���̨��ӡSQL "ConnectionConfigs": [ { "ConfigId": "MainGame", // Ĭ�Ͽ��ʶ-��ֹ�޸� "DbType": "MySql", // MySql "ConnectionString": "server=localhost;user id=root;password=;database=;AllowLoadLocalInfile=true;", // MySql �������ַ���

      //"SlaveConnectionConfigs": [ // �����/����
      //	{
      //		"HitRate": 10,
      //		"ConnectionString": "DataSource=./Admin.NET1.db"
      //	},
      //	{
      //		"HitRate": 10,
      //		"ConnectionString": "DataSource=./Admin.NET2.db"
      //	}
      //],
      "DbSettings": {
        "EnableInitDb": true, // ���ÿ��ʼ��
        "EnableDiffLog": false, // ���ÿ�������־
        "EnableUnderLine": false, // �����շ�ת�»���
        "EnableConnStringEncrypt": false // �������ݿ����Ӵ�����
      },
      "TableSettings": {
        "EnableInitTable": true, // ���ñ��ʼ��
        "EnableIncreTable": false // ����������-����[IncreTable]
      },
      "SeedSettings": {
        "EnableInitSeed": true, // �������ӳ�ʼ��
        "EnableIncreSeed": false // ����������������-����[IncreSeed]
      }
    }
  ]
}

}

}

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TSDatabase:

Package Downloads
TSWebExtensions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 225 10/7/2025
1.0.1 216 9/29/2025
1.0.0 351 9/17/2025