HTSQL 2.2 -- A Query Language for the Accidental Programmer

From: "Clark C(dot) Evans" <cce(at)clarkevans(dot)com>
To: "PostgreSQL Announce" <pgsql-announce(at)postgresql(dot)org>
Cc: "Kirill Simonov" <xi(at)resolvent(dot)net>
Subject: HTSQL 2.2 -- A Query Language for the Accidental Programmer
Date: 2011-12-16 02:12:36
Message-ID: 1324001556.17684.140661012276813@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I'd like to announce the next release of HTSQL, a
high-level query language for relational databases.
HTSQL is specifically designed for data analysts & web
developers and makes writing and maintaining complex
queries a pleasure. HTSQL can be used as a command-line
interpreter, web service, or Python library.

Since our 2.1 release, we've focused on usability
improvements. We've added a web-based query editor with
syntax highlighting & completion. We also implemented a
new configuration system to provide granular meta-data
customization and calculated table attributes for
commonly used query fragments.

Since the release candidate we've improved error messages
and added an API for making parameterized queries from
Python applications. In addition to source packages, we
now have binary packages for Debian and RHEL.

Homepage: http://htsql.org
Download: http://htsql.org/download.html
Source: http://bitbucket.org/prometheus/htsql

For a detailed list of changes, see
http://htsql.org/blog/htsql-2.2-final.html

Let's us know if you have any questions!

Clark C. Evans & Kirill Simonov

Browse pgsql-announce by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2011-12-17 09:38:42 REMINDER: FOSDEM 2012 - PostgreSQL Devroom: Call for Speakers
Previous Message Daniele Varrazzo 2011-12-12 12:02:46 Psycopg 2.4.3 released