1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-21 04:34:53 +08:00
This commit is contained in:
源文雨
2022-04-25 23:29:39 +08:00
parent 5bdac9ba46
commit 1b2da23ffb
5 changed files with 208 additions and 0 deletions

View File

@@ -1,2 +1,17 @@
# fumidb
A simple and lightweight database written in C
## Documentation
Most part of this README and the docs in `api` folder is written in Chinese. If you want to use it but have any problem in language, please contact me directly through the issues.
## 支持的功能
- [ ] 创建[数据库文件](/api/dbfile.md#数据库文件格式)和[](/api/dbfile.md#新建表)
- [ ] [删除表](/api/dbfile.md#删除表)
- [ ] [插入表项](/api/table.md#表项)
- [ ] [删除表项](/api/table.md#表项)
- [ ] 对主键、外键进行[索引](/api/index.md)
- [ ] 对非主键(无[unique约束](/api/types.md#类型修饰符))进行[索引](/api/index.md)
- [ ] 修改表项
## Thanks
- [asciiflow](https://asciiflow.com/)