diff options
author | ubq323 <ubq323@ubq323.website> | 2023-06-18 02:38:47 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-06-18 02:38:47 +0100 |
commit | 88f53d3e3432a68793d2cb37dae6d37ea56cf0c7 (patch) | |
tree | b39676d8aeba10ae9fa1226a8d572f6a93fd82d7 | |
parent | d74f0d75b214b893e9069a32612dae9c33f4bb52 (diff) |
remove db.lua in root, i am not sure why that was there
-rw-r--r-- | db.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,6 +0,0 @@ -local lmdb=require'lmdb' -local env=lmdb.open('data',{maxdbs=16}) -return { - env=env, - txn=function(...) return env.txn_begin(...) end, -} |