From da588e78d3228ad178be6ff08f5d4f9549c238a7 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Fri, 15 May 2026 12:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20go/tableDB=20=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=B4=A2=E5=BC=95=E8=87=B3=20v1.1.6=20(by=20AI)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.zh-CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index b59fc73..de00455 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -117,3 +117,7 @@ ### go/gateway v2.0.0 基于 @go/service 和 Redis 的高性能、事件驱动动态 API 网关。 - **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop` + +### go/tableDB v1.1.6 +建立在 go/db 基础上的更高层抽象工具库,提供动态表、权限隔离和生命周期追踪。 +- **API**: `GetDB`, `App.Auth`, `App.SyncSchema`, `App.Table`, `Table.Set`, `Table.Get`, `Table.List`, `Table.Count`, `Table.Remove`