1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-22 21:50:28 +08:00

finish remove

This commit is contained in:
源文雨
2022-05-04 14:52:00 +08:00
parent 544f900870
commit 18513f6e6f
4 changed files with 90 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Most part of this README and the docs in `api` folder is written in Chinese. If
- [x] [插入表项](/api/table.md#表项的增加)
- [x] 查询表项
- [x] 按索引修改表项
- [ ] 按索引[删除表项](/api/table.md#表项的删除)
- [x] 按索引[删除表项](/api/table.md#表项的删除)
- [ ] 对非主键(无[unique约束](/api/types.md#类型修饰符))进行[索引](/api/index.md)
## 关于并发