sql-migration-sim 0.1.1

Parse and simulate SQL DDL statements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sql-migration-sim"
version = "0.1.1"
edition = "2021"
resolver = "2"
license = "MIT OR Apache-2.0"
description = "Parse and simulate SQL DDL statements"
repository = "https://github.com/dimfeld/filigree"
homepage = "https://github.com/dimfeld/filigree"
documentation = "https://docs.rs/sql-migration-sim"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sqlparser = "0.41.0"
thiserror = "1.0.56"