SQLite User Forum

Table and index in separate files
Login
Same anonymous

What I am after for now is just to be able to send some users an `update` to the `view` for some of the databases via text message, which can now be done easily with the SQLite CLI interface.

The only problem encountered so far is that it can only be created with unique keys and there are a few dbase fields where the result will contain duplicates.

Other than that it looks like it is going to be perfect.

At the moment I don't have concerns regarding speed, just result set/view and ease of updating.

Thanks for the much appreciated words of wisdom!

Philip