Docs.rs
ormlitex-core-0.17.1
ormlitex-core 0.17.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
holmofy
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
futures ^0.3
normal
ormlitex-attr ^0.17
normal
serde ^1
normal
sqlmo ^0.16
normal
sqlparser ^0.35
normal
sqlx ^0.7
normal
thiserror ^1
normal
tokio ^1
normal
assert_matches ^1
dev
syn ^2
dev
uuid ^1
dev
Versions
15.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ormlitex_
core
0.17.1
All Items
Crate Items
Re-exports
Modules
Enums
Type Aliases
Crate
ormlitex_core
Copy item path
Source
Re-exports
§
pub use self::query_builder::
SelectQueryBuilder
;
pub use join::
Join
;
Modules
§
config
insert
join
model
query_
builder
schema
Enums
§
Error
Type Aliases
§
BoxFuture
An owned dynamically typed
Future
for use in cases where you can’t statically type your result or need to add some indirection.
Result