From 65bdf1c50d25ce6cf420702b2dffe956ac80b9ab Mon Sep 17 00:00:00 2001 From: bourdon Date: Fri, 10 Oct 2025 20:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20MIT=20LICENSE=20=E5=B9=B6=E4=BC=98=E5=8C=96=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 MIT 开源许可证 - 精简 README.md 内容 - 完善项目描述 --- LICENSE | 21 +++++++++++++++++++++ README.md | 6 +----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..24aef04 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 SRDB Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 926ef3e..1b822fe 100644 --- a/README.md +++ b/README.md @@ -167,14 +167,10 @@ database_dir/ ### 核心文档 - [DOCS.md](DOCS.md) - 完整 API 文档和使用指南 -- [CLAUDE.md](CLAUDE.md) - 开发者指南和架构详解 -- [NULLABLE_GUIDE.md](NULLABLE_GUIDE.md) - Nullable 字段使用说明 +- [DESIGN.md](CLAUDE.md) - 数据库设计文档 ### 示例教程 -- [Scan 方法指南](examples/scan_demo/README.md) - 扫描到结构体,支持 Object 和 Array -- [所有类型示例](examples/all_types/) - 21 种类型的完整示例 -- [Nullable 示例](examples/nullable/) - Nullable 字段的使用 - [WebUI 工具](examples/webui/README.md) - Web 管理界面 ---