Initial commit: Pipeline Database

This commit is contained in:
Pipeline Database
2025-09-30 15:05:56 +08:00
commit e81dcba515
44 changed files with 12972 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module code.tczkiot.com/wlw/pipelinedb
go 1.24.0
require github.com/google/btree v1.1.3