Hello SQLite Community- For a personal project, I need to dynamically create HTML pages from an on-disk SQLite database. I don't need cross-network capability, I just need the ability to query and dynamically generate HTML from an on-disk SQLite database on a localhost (stand-alone unix machine). I am using PERL as the API for accessing/querying SQLite.
Has someone done something like this? Could you please post any code snippets, suggestions and/or pointers for how to do this? Thanks in advance. Rajan