HTSQL (Hyper Text Structured Query Language) is a schema-driven URI-to-SQL translator that takes a request over HTTP, converts it to a SQL query, executes the query against a database, and returns the results in a format best suited for the user agent (CSV, HTML, etc.).
For installation instructions, see INSTALL. For list of new features in this release, see NEWS. HTSQL documentation is in the doc directory.
Visit
http://htsql.org/
The HTSQL homepage;
http://bitbucket.org/prometheus/htsql
HTSQL source code;
#htsql on freenode;
Our IRC channel;
http://lists.htsql.org/mailman/listinfo/htsql-users
The mailing list for users of HTSQL.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· This version adds nested records, nested queries, locators, and improved output formats.