My work on slitaz involves scripting (both Perl & shell) and some database work.
I am quite experienced on MySQL.
Because Slitaz comes with SQLite I have been looking into that now and it seems to be an alternative worth investigating further. The only drawback I noticed is that the distro comes with a fairly ancient version, 3.7.9 whereas the SQLite website recommends to switch to the latest, 3.7.15.
As there is no package for that version yet, I took the shortcut of downloading the precompiled binary. I simply swapped the sqlite3 executable in /usr/bin for the downloaded version. This worked with no issues thus far so there seem to be no dependencies for this.
The analyzer package didn't work; failed on not finding libtcl8.6.so but sqlite3_anayzer is not in the slitaz distro so that makes sense.
It would be nice though if an updated package could be made available for these two files. I would do it myself if I could but unfortunately this is not yet a skill which I posess.
/emgi