更新 go/tableDB 中文索引至 v1.1.6 (by AI)

This commit is contained in:
AI Engineer 2026-05-15 12:12:24 +08:00
parent f5f3f002de
commit da588e78d3

View File

@ -117,3 +117,7 @@
### go/gateway v2.0.0 ### go/gateway v2.0.0
基于 @go/service 和 Redis 的高性能、事件驱动动态 API 网关。 基于 @go/service 和 Redis 的高性能、事件驱动动态 API 网关。
- **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop` - **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`