summaryrefslogtreecommitdiff
path: root/libraries/sqliteodbc/README
diff options
context:
space:
mode:
authorJason Graham <jgraha8@gmail.com>2018-07-29 18:52:39 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-04 08:40:02 +0700
commit43e15eb98432ce4d63d66db3667bdaaff5bc6bdf (patch)
tree4826c48feeef381168b723d99715122ca06ee2fb /libraries/sqliteodbc/README
parent7ce5ee0a8f6070680b7300c2c4ed9b18f05b9d00 (diff)
downloadslackbuilds-43e15eb98432ce4d63d66db3667bdaaff5bc6bdf.tar.gz
libraries/sqliteodbc: Added (SQLite ODBC Driver).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/sqliteodbc/README')
-rw-r--r--libraries/sqliteodbc/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/sqliteodbc/README b/libraries/sqliteodbc/README
new file mode 100644
index 0000000000..173fc54fe5
--- /dev/null
+++ b/libraries/sqliteodbc/README
@@ -0,0 +1,13 @@
+The SQLite Database Engine provides a lightweight C library to access
+database files using a large subset of SQL92 without the overhead of
+RDBMS server processes. In order to use that functionality as a
+desktop database, the SQLite library is wrapped into an ODBC driver.
+
+To install the library documentation pass DOC=yes to the slackbuild as
+
+ DOC=yes ./sqliteodbc.SlackBuild
+
+unixODBC is an optional dependency and can be used in place of
+libiodbc in Slackware.
+
+See README.SLACKWARE for post-install information.