mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 QuestDB 时序数据库支持;(感谢 Daily 贡献)#1429
This commit is contained in:
@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FreeSql.PostgreSQL.Curd
|
||||
namespace FreeSql.QuestDb.Curd
|
||||
{
|
||||
|
||||
class QuestDbDelete<T1> : Internal.CommonProvider.DeleteProvider<T1>
|
||||
|
Reference in New Issue
Block a user