Go to file
black1552 c0629b4038 feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite
- 修改 server/ws/example.go 中的数据库连接池引用,将 m.nutsPool 替换为 m.sqlitePool
- 更新 go.mod 文件中的 Go 版本从 1.24.3 升级到 1.25.0
- 移除 nutsdb 依赖项 github.com/nutsdb/nutsdb v1.1.0
- 移除其他间接依赖包括 github.com/antlabs/stl、github.com/antlabs/timer、
  github.com/bwmarrin/snowflake、github.com/cespare/xxhash/v2 等
- 添加 SQLite 相关依赖 github.com/glebarez/go-sqlite 和 github.com/glebarez/sqlite
- 更新 golang.org/x 相关包版本,包括 exp、sync、sys、text 等模块
- 在 go.sum 中同步更新所有依赖项的校验和变化
2026-02-27 16:35:21 +08:00
autoMigrate 第一次提交 2026-01-30 15:51:42 +08:00
baseGrpc 第一次提交 2026-01-30 15:51:42 +08:00
db feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00
excel 第一次提交 2026-01-30 15:51:42 +08:00
log feat(log): 添加日志系统功能 2026-02-25 14:22:56 +08:00
mqtt/client 第一次提交 2026-01-30 15:51:42 +08:00
pool feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00
server feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00
task 第一次提交 2026-01-30 15:51:42 +08:00
tcp feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00
utils feat(utils): 为 CURD 操作添加 HookHandler 支持 2026-02-13 10:59:28 +08:00
.gitignore 第一次提交 2026-01-30 15:51:42 +08:00
LICENSE 第一次提交 2026-01-30 15:51:42 +08:00
README.md 第一次提交 2026-01-30 15:51:42 +08:00
go.mod feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00
go.sum feat(database): 将数据库连接池从 NutsDB 迁移到 SQLite 2026-02-27 16:35:21 +08:00

README.md

Copyright 2021 black1552

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.