py4sci

Next topic

HTSQL Reference Manual

Welcome to HTSQL

Hyper Text Structured Query Language (HTSQL™) is a translator from HTTP URIs onto SQL queries. An HTSQL server turns web requests into the corresponding SQL, executes the results on a server-side database such as PostgreSQL, and returns the results in a format requested. The current implementation of HTSQL is done via Python against PostgreSQL database using WSGI.