I have updated the uSQLiteServer archive. Changes in the existing code are as follows:
1) #PPRAGMA has become :PPRAGMA 2) I have changed the access codes to bitfields and use the sqlite_authoriser callback to check. 3) There is no longer a login message, I have added a :PPRAGMA VER command so it is possible to check what you are connected to. As for HTTP, I have made a CGI script using the C client library. When you connect you can indicate human or machine. Machine mode gives a raw text dump according to the TechFell protocol, human mode is slightly readable, it can be used for crude maintenance or as a base to make something better. Note that this script is designed to read data from a uSQLiteServer, not a .db3 file. See the README in the cgi-bin directory for the GET syntax. I am at a feature freeze here. uSQL is happily trundeling away doing what I need it to do. There are many other things I would like to do with the protocol (like making other clients and servers, not adding features), but I have no time for while. If anybody wants to take it up........

