mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
config BR2_PACKAGE_LSQLITE3
|
|
bool "lsqlite3"
|
|
select BR2_PACKAGE_SQLITE
|
|
help
|
|
A binding for Lua to the SQLite3 database library.
|
|
|
|
https://lua.sqlite.org/
|