summaryrefslogtreecommitdiff
path: root/package/database/sqlite/Config.in
blob: c445c1e301c58975c8d0def8222ee5b6f388b42c (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_SQLITE
	bool "sqlite"
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_READLINE
	help
	  SQLite is a small C library that implements a self-contained,
	  embeddable, zero-configuration SQL database engine.

	  http://www.sqlite.org/