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

@@ -0,0 +1,16 @@
[package]
name = "rusqlite-macros"
version = "0.1.0"
authors = ["The rusqlite developers"]
edition = "2021"
description = "Private implementation detail of rusqlite crate"
repository = "https://github.com/rusqlite/rusqlite"
license = "MIT"
categories = ["database"]
[lib]
proc-macro = true
[dependencies]
sqlite3-parser = { version = "0.4.0", default-features = false, features = ["YYNOERRORRECOVERY"] }
fallible-iterator = "0.2"