1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-23 06:04:00 +08:00
This commit is contained in:
源文雨
2022-05-01 01:19:38 +08:00
parent f4fad55ca4
commit 1463c1f606
8 changed files with 151 additions and 9 deletions

View File

@@ -13,5 +13,8 @@ Most part of this README and the docs in `api` folder is written in Chinese. If
- [ ] 按索引[删除表项](/api/table.md#表项的删除)
- [ ] 对非主键(无[unique约束](/api/types.md#类型修饰符))进行[索引](/api/index.md)
## 关于并发
不支持并发,如需要并发,请自行加锁以免数据损坏。
## Thanks
- [asciiflow](https://asciiflow.com/)