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
17
[dependencies.sqlparser]
version = "0.41.0"

[dependencies.thiserror]
version = "1.0.56"

[package]
description = "Parse and simulate SQL DDL statements"
documentation = "https://docs.rs/sql-migration-sim"
edition = "2021"
homepage = "https://github.com/dimfeld/filigree"
license = "MIT OR Apache-2.0"
name = "sql-migration-sim"
readme = "README.md"
repository = "https://github.com/dimfeld/filigree"
resolver = "2"
version = "0.1.1"