cloudwu/lua-db
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
database load data in an unique hash table , and share data among multi-states in the same process . database.open(loader name) -- opens database state. database.get(key) -- read a key from database state. See test.lua and load.lua for more details.