ufo icon indicating copy to clipboard operation
ufo copied to clipboard

Add sqlite to the libraries list

Open phrozen opened this issue 13 years ago • 3 comments
trafficstars

Maybe use the one found in the wiki?

http://wiki.luajit.org/FFI-Bindings

Simple dll distribution on Windows and very useful.

phrozen avatar Jul 02 '12 18:07 phrozen

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]

malkia avatar Jul 02 '12 19:07 malkia

Than you! I use SQLite a lot. I have found myself using it lately for anything that requires persistent storage, virtually everything.

phrozen avatar Jul 02 '12 19:07 phrozen

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

phrozen avatar Jul 05 '12 18:07 phrozen