Homepage: https://emacswiki.org/emacs/download/sql-with-placeholders.el
Author: Andrey Balaguta
Updated:
Handle SQL statements with placeholders gently
This set of functions are used to process queries with placeholders like ':var'. Statement is parsed for those, then user asked for values and placeholders are replaced with values quoted with apostrophes. Not the smartest way to do it, but something. You can replace ordinary sql-send-* function with my