Releases: aarroyoc/postgresql-prolog
Releases · aarroyoc/postgresql-prolog
v1.1.1 - Small fixes in SQL DSL
Full Changelog: v1.1.0...v1.1.1
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.