v1.1.0 - Safe queries and SQL Query DSL
This release adds the ability to send safe queries. The queries are sent as a template, and the real data is sent in a different message making SQL injection attacks impossible. To help users with these templates, a new DSL has been done to use Prolog syntax to build simple SQL queries.