Where can I find examples of code that interface with mSQL?
If you’re writing code in the C programming language, examine the mSQL distribution itself. All the auxiliary programs use the mSQL API in a variety of ways. Pay particular attention to: • ./src/msql/msql.c • ./src/msql/relshow.c • ./src/msql/msqldump.c • ./src/msql/msqladmin.c If you’re writing code in other languages, have a look through the distribution of the mSQL language extension itself for examples. Another good place to look is the mSQL mailing list archives.