summaryrefslogtreecommitdiff
path: root/databases/tcl-fbsql/DESCR
diff options
context:
space:
mode:
authorbouyer <bouyer>2003-03-07 16:17:49 +0000
committerbouyer <bouyer>2003-03-07 16:17:49 +0000
commite7d4ca87813c04395508afde5d1de489596d29de (patch)
tree09c769ac12d208b8439b7bf9996c88c016687bc8 /databases/tcl-fbsql/DESCR
parent8f7a844db5057ae05a580482b5bc1fb8bebef7ac (diff)
downloadpkgsrc-e7d4ca87813c04395508afde5d1de489596d29de.tar.gz
Import of tcl-fbsql 1.05, a Tcl interface module to MySQL.
Diffstat (limited to 'databases/tcl-fbsql/DESCR')
-rw-r--r--databases/tcl-fbsql/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/tcl-fbsql/DESCR b/databases/tcl-fbsql/DESCR
new file mode 100644
index 00000000000..3ff20c6fde0
--- /dev/null
+++ b/databases/tcl-fbsql/DESCR
@@ -0,0 +1,7 @@
+This Tcl extension provides access to MySQL database servers using simple Tcl
+commands.
+
+I wrote this extension because my main Tcl application (fully integrated
+accounting system) was requiring more flexibility than the current extensions
+allowed, I also wanted to increase performance (I had too many wrapper
+programs for performing basic queries).