1config BR2_PACKAGE_LUADBI 2 bool "luadbi" 3 help 4 LuaDBI is a database interface library for Lua. 5 It is designed to provide a RDBMS agnostic API for handling 6 database operations. LuaDBI also provides support for 7 prepared statement handles, placeholders and bind parameters 8 for all database operations. 9 10 https://github.com/mwild1/luadbi 11