Docs.rs
polyglot-sql-0.1.1
polyglot-sql 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tobilg
Dependencies
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
ts-rs ^12.0
normal
optional
unicode-segmentation ^1.10
normal
criterion ^0.5
dev
once_cell ^1.19
dev
pretty_assertions ^1.4
dev
Versions
43.85%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
star
polyglot_
sql
0.1.1
In polyglot_
sql::
builder
polyglot_sql
::
builder
Function
star
Copy item path
Source
pub fn star() ->
Expr
Expand description
Create a star (
*
) expression, typically used in
SELECT *
.