Config.in 254 B

12345678910
  1. config BR2_PACKAGE_SQLITE
  2. bool "sqlite"
  3. default n
  4. select BR2_PACKAGE_NCURSES
  5. select BR2_READLINE
  6. help
  7. SQLite is a small C library that implements a self-contained,
  8. embeddable, zero-configuration SQL database engine.
  9. http://www.sqlite.org/