xref: /OK3568_Linux_fs/buildroot/package/luadbi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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