A Mini Networked Database Manager

MDD: What if we take the concepts started in A Mini Database Manager to the next level? What if we wanted to persist the database tables remotely, over a network, and also allow multiple networked clients to share access to the same database tables simultaneously? Well, this is easily accomplished using Tequila. With some slight modifications to the gui code, to change it into a Tequila client (connecting over port 8008), and "attaching" the db arrays, we get to a very cool place very quickly.

See for yourself:

Of course, you can retrieve the source from the exe's by using the TclKit sdx.bin sd2fs command.