summaryrefslogtreecommitdiffstats
path: root/package/sqlite/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/sqlite/Config.in')
-rw-r--r--package/sqlite/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/sqlite/Config.in b/package/sqlite/Config.in
index ec7396860c..517af50e67 100644
--- a/package/sqlite/Config.in
+++ b/package/sqlite/Config.in
@@ -16,6 +16,13 @@ config BR2_PACKAGE_SQLITE_STAT3
query planner that can help SQLite to choose a better query
plan under certain situations.
+config BR2_PACKAGE_SQLITE_ENABLE_COLUMN_METADATA
+ bool "Enable convenient access to meta-data about tables and queries"
+ help
+ When this option is defined there are some additional APIs
+ enabled to acces meta-data about tables and queries (see
+ https://sqlite.org/compile.html).
+
config BR2_PACKAGE_SQLITE_ENABLE_FTS3
bool "Enable version 3 of the full-text search engine"
help
OpenPOWER on IntegriCloud