In-memory database code.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
jdl 6842135a36 Cleanup 9 months ago
keyedmutex Added copyright notice. 10 months ago
kvstore Cleanup 9 months ago
testconn Added copyright notice. 10 months ago
.gitignore Initial commit 10 months ago
LICENSE Added copyright notice. 10 months ago
README.md Updated tests, added panics in btree index. 10 months ago
btreeindex.go Fix racy panic in btreeindex. 10 months ago
btreeindex_ex_test.go Added copyright notice. 10 months ago
btreeindex_test.go Fix racy panic in btreeindex. 10 months ago
btreeiterator.go Added copyright notice. 10 months ago
btreeiterator_test.go Added copyright notice. 10 months ago
codec.go Added copyright notice. 10 months ago
collection.go Added copyright notice. 10 months ago
collection_test.go Added copyright notice. 10 months ago
database.go Fix racy panic in btreeindex. 10 months ago
database_ex_test.go Cleanup + testing 10 months ago
database_test.go Fix SQL CleanBefore query. 10 months ago
dep-graph.sh Cleanup + testing 10 months ago
errors.go Added copyright notice. 10 months ago
go.mod Fix racy panic in btreeindex. 10 months ago
go.sum Fix racy panic in btreeindex. 10 months ago
itemmap.go Added copyright notice. 10 months ago
itemmap_ex_test.go Added copyright notice. 10 months ago
itemmap_test.go Added copyright notice. 10 months ago
main_test.go Added copyright notice. 10 months ago
mapindex.go Added copyright notice. 10 months ago
mapindex_ex_test.go Added copyright notice. 10 months ago
mapindex_test.go Added copyright notice. 10 months ago
shipping_test.go Added copyright notice. 10 months ago
testdb_test.go Cleanup, tests 10 months ago
types.go Added copyright notice. 10 months ago
util.go Added copyright notice. 10 months ago
util_test.go Cleanup, tests 10 months ago

README.md

mdb

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