-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitmodules
34 lines (34 loc) · 981 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[submodule "db/rocksdb"]
path = db/rocksdb
url = https://github.com/facebook/rocksdb
[submodule "db/leveldb"]
path = db/leveldb
url = https://github.com/google/leveldb
[submodule "db/forestdb"]
path = db/forestdb
url = https://github.com/couchbase/forestdb
[submodule "db/wiredtiger"]
path = db/wiredtiger
url = https://github.com/wiredtiger/wiredtiger
[submodule "db/lmdb"]
path = db/lmdb
url = https://github.com/LMDB/lmdb.git
branch = mdb.master
[submodule "db/sophia"]
path = db/sophia
url = https://github.com/pmwkaa/sophia
[submodule "db/mdbx"]
path = db/mdbx
url = https://abf.io/erthink/libmdbx.git
[submodule "db/vedis"]
path = db/vedis
url = https://github.com/symisc/vedis.git
[submodule "db/iowow"]
path = db/iowow
url = https://github.com/Softmotions/iowow.git
[submodule "db/upscaledb"]
path = db/upscaledb
url = https://github.com/cruppstahl/upscaledb.git
[submodule "db/unqlite"]
path = db/unqlite
url = https://github.com/symisc/unqlite.git