Parameterized Queries in CockroachDB
Introduction In this document, we will learn to create and use parameterized queries in CockroachDB for increased security and efficiency. Using CockroachDB’s parameterized query capabilities will especially provide increased security in relation to a very specific kind of hacking called “SQL injection”. In addition, we will look at stored procedures briefly, as their use in … Continued