blob: 3ff20c6fde0626f2fda434a731f32ff881cc61fa (
plain)
1
2
3
4
5
6
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).
|