Captured identifiers in SQL strings

Initial draft
This commit is contained in:
gwenn
2022-11-20 18:07:17 +01:00
parent 7035904192
commit cc23f9cdd7
4 changed files with 124 additions and 0 deletions

View File

@@ -139,6 +139,11 @@ bencher = "0.1"
path = "libsqlite3-sys"
version = "0.25.0"
# FIXME optional
[dependencies.rusqlite-macros]
path = "rusqlite-macros"
version = "0.1.0"
[[test]]
name = "config_log"
harness = false