Relese v1.1.0 of postgresql-prolog #1971
aarroyoc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
Just now I released a new version of postgresql-prolog, a library to connect to PostgreSQL databases from Prolog.
The release focuses on a new kind of query, that instead of sending everything at once, sends first a template query and later the data. This is important to prevent SQL injection attacks since other methods of escaping data are problematic. To help people with these queries, which now are a bit more complex, a SQL query DSL has been developed too. This DSL allows to express simple queries using Prolog syntax and manages the templating/data split transparently.
See more info in the repo: https://github.com/aarroyoc/postgresql-prolog/
Happy Hacking!
Beta Was this translation helpful? Give feedback.
All reactions