ufo
ufo copied to clipboard
Add sqlite to the libraries list
Maybe use the one found in the wiki?
http://wiki.luajit.org/FFI-Bindings
Simple dll distribution on Windows and very useful.
I actually use quite a lot SQLite at work, but haven't found use for my home experimental projects (like ufo).
From the bindings on the page, which would be good one to include (I guess proper crediting, and license too).
I'll research them one of these days, and submit them!
On Mon, Jul 2, 2012 at 11:34 AM, Guillermo Estrada < [email protected]
wrote:
Maybe use the one found in the wiki?
http://wiki.luajit.org/FFI-Bindings
Simple dll distribution on Windows and very useful.
Reply to this email directly or view it on GitHub: https://github.com/malkia/ufo/issues/6
Dimiter "malkia" Stanev, ICQ: 21875894 [email protected] [email protected]
Than you! I use SQLite a lot. I have found myself using it lately for anything that requires persistent storage, virtually everything.
I've been testing the ones in the wiki and this one has an amazing performance/features/ease of use.
http://scilua.org/ljsqlite3.html