1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-05 00:32:44 +08:00
Files
fumidb/README.md
源文雨 1463c1f606 add page
2022-05-01 01:19:38 +08:00

821 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