lua-db icon indicating copy to clipboard operation
lua-db copied to clipboard

A database shared data among multi-states .

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.