From f5f3f002decc0ba4949f4f2d7117c3a85389031d Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Fri, 15 May 2026 12:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20go/tableDB=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=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.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83339db..ffb2ac9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This project provides an ultra-lean, friction-free, secure, and high-performance Docs: https://apigo.cc/go/ -### go/cast v1.3.0 +### go/cast v1.3.2 Semantic type conversion and generic utilities. - **API**: `To`, `Convert`, `As`, `ToMap`, `ToSlice`, `FillMap`, `FillSlice`, `ToJSON`, `FromJSON`, `UnmarshalJSON`, `ParseTime`, `FormatTime`, `Int`, `String`, `Bool`, `Duration` @@ -102,7 +102,7 @@ Secret management and cross-language encryption tool. Service lifecycle and background management. - **API**: `SetInfo`, `SetPidFile`, `SetLogFile`, `OnStart`, `OnStop`, `OnReload`, `Run`, `AddCmd` -### go/sandbox v1.0.0 +### go/sandbox v1.0.4 Cross-platform isolation and runtime environment manager. - **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup` @@ -122,6 +122,18 @@ Lean and high-performance Office bridge, supporting Excel/Word/PPT/PDF/Graph/CSV High-performance image processing, QR/Barcode, FFmpeg video orchestration, and transformations. - **API**: `Load`, `Save`, `Convert`, `New`, `ParseColor`, `RandColor`, `Capture`, `Recognize`, `NewAnimation` +### go/knowbase v1.0.5 +AI Knowledge Base engine with hybrid search and identity-driven APIs. +- **API**: `Auth`, `App.Doc`, `App.Table`, `App.Search`, `App.Query`, `Table.List`, `Table.Set`, `Table.Fields`, `DocStore.Get`, `DocStore.Set`, `DocStore.GetSections` + ### go/gateway v2.0.0 High-performance, event-driven dynamic API gateway. - **API**: `NewGatewayApp`, `GatewayApp.Init`, `GatewayApp.Stop` + +### go/docDB v1.0.0 +Standalone document storage engine with version control and event hooks. +- **API**: `New`, `DocDB.Auth`, `App.SetDoc`, `App.SetMeta`, `App.Get`, `App.Remove`, `DocDB.OnCreatedDoc`, `DocDB.OnUpdatedDoc`, `DocDB.OnRemoved`, `ExtractToC` + +### go/tableDB v1.1.6 +Higher-level DB abstraction for dynamic schemas, auth isolation, and lifecycle hooks. +- **API**: `GetDB`, `App.Auth`, `App.SyncSchema`, `App.Table`, `Table.Set`, `Table.Get`, `Table.List`, `Table.Count`, `Table.Remove`