Docs.rs
sqlx-ts-0.1.0-alpha.11
sqlx-ts 0.1.0-alpha.11
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
crates.io
Source
Owners
JasonShin
Dependencies
clap ^3.1.6
normal
convert_case ^0.5.0
normal
dotenv ^0.15.0
normal
lazy_static ^1.4.0
normal
mysql ^22.1.0
normal
postgres ^0.19.2
normal
regex ^1.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlparser ^0.18.0
normal
string_cache ^0.8.3
normal
swc_common ^0.17.18
normal
swc_ecma_ast ^0.72.0
normal
swc_ecma_parser ^0.96.0
normal
swc_ecma_parser_macros ^0.4.1
normal
walkdir ^2.3.2
normal
assert_cmd ^2.0.4
dev
predicates ^2.1.1
dev
pretty_assertions ^1.3.0
dev
tempfile ^3.3.0
dev
Versions
20.57%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module prepare
Functions
?
Module
sqlx_ts
::
core
::
mysql
::
prepare
source
·
[
−
]
Functions
prepare
Runs the prepare statement on the input SQL. Validates the query is right by directly connecting to the configured database. It also processes ts interfaces if the configuration is set to generate_types = true