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

	  http://www.sqlite.org/