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

	  http://www.sqlite.org/