Docs.rs
sqlmodel-schema-0.1.1
sqlmodel-schema 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Dicklesworthstone
Dependencies
asupersync ^0.1.0
normal
serde ^1
normal
sqlmodel-core ^0.1.1
normal
sqlmodel-macros ^0.1.1
normal
tracing ^0.1
normal
Versions
81.82%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-linux-gnu
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
table_schema_from_model
sqlmodel_
schema
0.1.1
In sqlmodel_
schema::
expected
sqlmodel_schema
::
expected
Function
table_
schema_
from_
model
Copy item path
Source
pub fn table_schema_from_model<M:
Model
>() ->
TableInfo
Expand description
Extract a TableInfo from a Model type.