Crate premix_orm

Crate premix_orm 

Source
Expand description

Premix ORM Re-exports

This crate serves as a “facade” to simplify imports for Premix ORM users. Instead of depending on premix-core and premix-macros separately, you can just depend on premix and importing everything from here.

Modules§

async_trait
githubcrates-iodocs-rs
migrator
sqlx
The async SQL toolkit for Rust, built with ❤️ by the LaunchBadge team.

Structs§

Migration
Migrator
Premix
QueryBuilder
ValidationError

Enums§

Executor
UpdateResult

Traits§

IntoExecutor
Model
ModelHooks
ModelValidation
SqlDialect

Derive Macros§

Model