summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache/sqlite3/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/cache/sqlite3/README')
-rw-r--r--src/svnqt/cache/sqlite3/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/svnqt/cache/sqlite3/README b/src/svnqt/cache/sqlite3/README
index 854be9e..3ea0855 100644
--- a/src/svnqt/cache/sqlite3/README
+++ b/src/svnqt/cache/sqlite3/README
@@ -1,15 +1,12 @@
With this driver you can access the files created by sqlite3 through
-the standard Qt sql module. The driver name is QSQLITE3.
+the standard TQt sql module. The driver name is QSQLITE3.
Although there are many other solutions to access such DB files, I think
that using this driver has some advantages:
---> You use the standard Qt interface so you can reuse exinting code or
+--> You use the standard TQt interface so you can reuse exinting code or
switch to or from other DB types quite easily.
---> Soft transition to Qt 4: Qt 4 supports sqlite3, you can prepare your
- application now.
-
--> The source of this driver is smaller than any other, you can incorporate
it on your application with little overhead and without requiring external
libraries.
@@ -27,6 +24,6 @@ qmake
make
cp sqldrivers/libqsqlite3.so $TQTDIR/plugins/sqldrivers (probably as root)
-use it as any other Qt sql driver.
+use it as any other TQt sql driver.
-Have fun, Stefano !!! \ No newline at end of file
+Have fun, Stefano !!!