lua-tinycdb
lua-tinycdb copied to clipboard
A lua binding to the tinycdb library by Michael Tokarev
Results
2
lua-tinycdb issues
Sort by
recently updated
recently updated
newest added
cdb_make_finish is a tinycdb private function so it is not exported. The public function cdb_make_finish calls it anyway. This pull request helps using lcdb with a shared library without having...
I use the standard lua os.tmpname() to give me a temporary file name to use for the cdb.make(). For security reason os.tmpname() does create en empty name (to prevent permission...