文件名称:Go-NutsDB是纯Go语言编写一个简单高性能内嵌型持久化的key-value数据库
文件大小:102KB
文件格式:ZIP
更新时间:2022-09-02 04:38:09
Go开发-Key-Value存储
NutsDB支持事务,但不是标准的ACID事务(参见限制和警告)。所有的操作都在事务中执行。NutsDB从v0.2.0版本开始支持多种数据结构,如列表(list)、集合(set)、有序集合(sorted set)。
【文件预览】:
xujiajun-nutsdb-43b773b
----_config.yml(26B)
----tx_zset_test.go(11KB)
----rwmanger_mmap.go(2KB)
----options.go(2KB)
----.gitignore(16B)
----rwmanger_fileio.go(2KB)
----README.md(46KB)
----utils.go(1KB)
----CHANGELOG.md(901B)
----.github()
--------ISSUE_TEMPLATE()
----doc.go(846B)
----entry.go(4KB)
----db_test.go(18KB)
----examples()
--------set()
--------list()
--------http()
--------sortedSet()
--------basic()
--------batch()
----LICENSE(11KB)
----record.go(610B)
----tx_list.go(6KB)
----go.mod(377B)
----rwmanager.go(459B)
----datafile_test.go(4KB)
----tx_set.go(7KB)
----tx_list_test.go(10KB)
----CONTRIBUTING.md(2KB)
----entry_test.go(2KB)
----datafile.go(4KB)
----tx_test.go(3KB)
----CODE_OF_CONDUCT.md(3KB)
----tx_zset.go(8KB)
----bptree.go(13KB)
----tx_bptree.go(4KB)
----utils_test.go(1KB)
----README-CN.md(56KB)
----go.sum(1023B)
----.travis.yml(284B)
----ds()
--------set()
--------list()
--------zset()
----db.go(17KB)
----tx.go(10KB)
----tx_set_test.go(18KB)
----tx_bptree_test.go(12KB)
----bptree_test.go(5KB)