sql-type 0.24.1

Typer for sql
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sql-type"
version = "0.24.1"
edition = "2021"
authors = ["Jakob Truelsen <antialize@gmail.com>"]
keywords = [ "mysql", "postgesql", "sql", "typer" ]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/antialize/sql-type/"
homepage = "https://github.com/antialize/sql-type/"
description = "Typer for sql"

[dev-dependencies]
codespan-reporting = "0.12"

[dependencies]
sql-parse = "0.24.0"