Parameterized SQL for CockroachDB
Introduction With this instructional article, we will show you how to use Parameterized SQL for CockroachDB for greater safety, primarily to give you better protection against SQL injection, if stored procedures are not suitable for the SQL code. We will be using Python’s “psycopg2” library to supply us with the CockroachDB database connection features needed. … Continued