Go to file
jdl 5641a89fee what happened? 2023-11-15 12:29:33 +01:00
keyedmutex what happened? 2023-11-15 12:29:33 +01:00
kvstore what happened? 2023-11-15 12:29:33 +01:00
testconn what happened? 2023-11-15 12:29:33 +01:00
.gitignore Initial commit 2023-11-15 11:28:51 +00:00
LICENSE what happened? 2023-11-15 12:29:33 +01:00
README.md what happened? 2023-11-15 12:29:33 +01:00
btreeindex.go what happened? 2023-11-15 12:29:33 +01:00
btreeindex_ex_test.go what happened? 2023-11-15 12:29:33 +01:00
btreeindex_test.go what happened? 2023-11-15 12:29:33 +01:00
btreeiterator.go what happened? 2023-11-15 12:29:33 +01:00
btreeiterator_test.go what happened? 2023-11-15 12:29:33 +01:00
codec.go what happened? 2023-11-15 12:29:33 +01:00
collection.go what happened? 2023-11-15 12:29:33 +01:00
collection_test.go what happened? 2023-11-15 12:29:33 +01:00
database.go what happened? 2023-11-15 12:29:33 +01:00
database_ex_test.go what happened? 2023-11-15 12:29:33 +01:00
database_test.go what happened? 2023-11-15 12:29:33 +01:00
dep-graph.sh what happened? 2023-11-15 12:29:33 +01:00
errors.go what happened? 2023-11-15 12:29:33 +01:00
go.mod what happened? 2023-11-15 12:29:33 +01:00
go.sum what happened? 2023-11-15 12:29:33 +01:00
itemmap.go what happened? 2023-11-15 12:29:33 +01:00
itemmap_ex_test.go what happened? 2023-11-15 12:29:33 +01:00
itemmap_test.go what happened? 2023-11-15 12:29:33 +01:00
main_test.go what happened? 2023-11-15 12:29:33 +01:00
mapindex.go what happened? 2023-11-15 12:29:33 +01:00
mapindex_ex_test.go what happened? 2023-11-15 12:29:33 +01:00
mapindex_test.go what happened? 2023-11-15 12:29:33 +01:00
shipping_test.go what happened? 2023-11-15 12:29:33 +01:00
testdb_test.go what happened? 2023-11-15 12:29:33 +01:00
types.go what happened? 2023-11-15 12:29:33 +01:00
util.go what happened? 2023-11-15 12:29:33 +01:00
util_test.go what happened? 2023-11-15 12:29:33 +01:00

README.md

mdb

An in-process, in-memory database for Go.