1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-05 00:32:44 +08:00
Files
fumidb/README.md
2022-05-04 14:52:00 +08:00

876 B

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.

支持的功能

关于并发

不支持并发,如需要并发,请自行加锁以免数据损坏。

Thanks