kyrias / sqlx-conditional-queries

Conditional compile-time verified queries with SQLx
Apache License 2.0
30 stars 4 forks source link

Figure out a good option for escaping bound parameters #5

Open kyrias opened 1 year ago

kyrias commented 1 year ago

In at least PostgreSQL you sometimes want to be able to use the {} array literal syntax, so we should offer a way to escape them.