Jacoby6000/sqlz

Parameterize existing sql interpolator to accept different escape characters.

Closed this issue · 1 comments

The existing sql interpolator is an ANSI sql interpolator, and should work for pretty much any DB as long as single/double quotes and backticks are used properly. We can parameterize it to accept any wrapper character, and then support any ANSI sql backend.

Resolved by #43