[dependencies.sqlparser]
version = "0.59.0"
[lib]
name = "sql_bridge"
path = "src/lib.rs"
[package]
authors = ["Dmitriy Mazurin <dimasm19@gmail.com>", "Victoria Terenina <torymur@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SQL bridge for sqlx-repo"
edition = "2024"
license = "MIT or Apache-2.0"
name = "sql-bridge"
readme = false
version = "0.2.0"
[[test]]
name = "alter_table"
path = "tests/alter_table.rs"
[[test]]
name = "create_index"
path = "tests/create_index.rs"
[[test]]
name = "create_table"
path = "tests/create_table.rs"
[[test]]
name = "delete"
path = "tests/delete.rs"
[[test]]
name = "drop"
path = "tests/drop.rs"
[[test]]
name = "insert"
path = "tests/insert.rs"
[[test]]
name = "select"
path = "tests/select.rs"
[[test]]
name = "update"
path = "tests/update.rs"