pg2sqlite-core 0.1.4

Core library for converting PostgreSQL 16 DDL to SQLite3 DDL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pg2sqlite-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Core library for converting PostgreSQL 16 DDL to SQLite3 DDL"
readme = "../README.md"
keywords = ["postgresql", "sqlite", "ddl", "converter", "schema"]
categories = ["development-tools", "command-line-utilities", "database"]

[dependencies]
sqlparser = { version = "0.61", features = ["std", "visitor", "recursive-protection"] }
thiserror = { workspace = true }