1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-16 20:12:52 +08:00

18 Commits

Author SHA1 Message Date
armink
c9cfd4598c [fdb] Change the status's number from enum to definition. 2021-10-01 18:13:01 +08:00
armink
1bd704db0a [fdb] Fix 64bit timestamp build problem. 2021-08-09 21:44:11 +08:00
armink
c25198db19 [kvdb] Change the KV name default length to 64. 2021-04-16 18:27:38 +08:00
armink
7d4517598a [kvdb] Update the default KV cache table size to 64. 2021-04-15 22:53:48 +08:00
armink
16b41780dd [fdb] Add fdb_kvdb_deinit & fdb_tsdb_deinit function.
[fdb] Add init but NOT_FORMAT mode in TSDB and KVDB.
[kvdb] Update the cache when load KV.
2021-04-15 22:52:32 +08:00
朱天龙 (Armink)
165c1b7d1f
[fdb] support C++ compiler 2021-04-12 20:21:56 +08:00
armink
027992ced9 [kvdb] change the kvdb struct element name. 2021-02-02 20:43:07 +08:00
rabbitsaviola
b3041a1770 避免静态变量导致多DB访问冲突 2021-02-02 19:30:30 +08:00
armink
474fc522e5 Fix some build warning on linux. 2021-01-03 22:27:59 +08:00
armink
9eea31ac18 Add file storage mode. 2021-01-03 19:17:51 +08:00
armink
e3b62cec68 Update the version number. 2020-10-08 20:00:08 +08:00
armink
103674dd30 Change the version number to v1.0.0 2020-10-08 19:26:44 +08:00
armink
65a4b8968a [tsdb] add get last save time control command. 2020-07-05 23:59:50 +08:00
eggcar
44e6f02082 Add public KVDB iterator api 2020-07-03 17:26:36 +08:00
David Lin
884aec814a
Update fdb_def.h
get -> set
2020-06-28 11:18:24 +08:00
armink
9ea4a0e729 [tsdb&kvdb] improve the database control function. 2020-06-28 00:03:31 +08:00
armink
2673a71ca8 [tsdb] add rollover control feature. 2020-06-27 23:28:50 +08:00
armink
85c7539833 Modify the directory structure. 2020-05-31 13:58:08 +08:00