summaryrefslogtreecommitdiff
path: root/packages/database
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-17 14:22:34 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-17 14:22:34 +0200
commitb203791c5673a80e1a606df0fb314898cd35c990 (patch)
tree29206e5fc7b278e82dbd5ab87d22d0c7a53243f9 /packages/database
parent7278ecbe2c5ec75a0e90687433c612a203b47179 (diff)
downloadembtoolkit-b203791c5673a80e1a606df0fb314898cd35c990.tar.gz
embtoolkit-b203791c5673a80e1a606df0fb314898cd35c990.tar.bz2
embtoolkit-b203791c5673a80e1a606df0fb314898cd35c990.tar.xz
Packages: sqlite: fill description
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/database')
-rw-r--r--packages/database/sqlite/sqlite.kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/database/sqlite/sqlite.kconfig b/packages/database/sqlite/sqlite.kconfig
index 10becda..5da7c06 100644
--- a/packages/database/sqlite/sqlite.kconfig
+++ b/packages/database/sqlite/sqlite.kconfig
@@ -26,7 +26,12 @@
config EMBTK_HAVE_SQLITE
bool "Have sqlite"
help
- sqlite description
+ SQLite is a software library that implements a self-contained,
+ serverless, zero-configuration, transactional SQL database
+ engine.
+ SQLite is the most widely deployed SQL database engine in the
+ world. The source code for SQLite is in the public domain.
+
choice
prompt "sqlite version you wish"
depends on EMBTK_HAVE_SQLITE