The Web-enabled SQL (WeSQL) library is an extension to HTML, acting as a glue between HTML and SQL. It allows the use of pure SQL queries directly in HTML files, embedded in a special tag, among many other features. WeSQL translates the special tags into pure HTML, so using WeSQL is transparant for the browser. WeSQL is aimed at rapid web-database integration, and written in Perl. Because it runs under mod_perl, it is fast. WeSQL currently supports both MySQL and PostgreSQL as backend SQL databases. |