diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-23 14:04:31 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-23 14:04:31 -0400 |
commit | 49a24bf62efc8d46e813d769dac2c36c413c21e8 (patch) | |
tree | b43d4547da9677eb1051f4a21c66b5f0d0d076a4 /README.md | |
parent | ba5422d8ac64ca864dca168780a957a92f22a5d0 (diff) |
Implemented Isolation in delkeys
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Examples: There are six functions and two types in mdb.h #### Types: - tabidx_t: represents a single key-value pair in an object. -- tablist_t: represents a single object. +- tablist_t: represents a single document. #### Functions: - readdb: takes a filename and returns a tablist array\ if the file doesn't exist it will return an empty tablist array\ |