Crate premix_core

Crate premix_core 

Source

Re-exports§

pub use migrator::Migration;
pub use migrator::Migrator;
pub use schema::ColumnDiff;
pub use schema::ColumnNullabilityDiff;
pub use schema::ColumnPrimaryKeyDiff;
pub use schema::ColumnTypeDiff;
pub use schema::ModelSchema;
pub use schema::SchemaColumn;
pub use schema::SchemaDiff;
pub use schema::SchemaForeignKey;
pub use schema::SchemaIndex;
pub use schema::SchemaTable;
pub use schema::format_schema_diff_summary;
pub use schema::diff_sqlite_schema;
pub use schema::introspect_sqlite_schema;
pub use schema::sqlite_migration_sql;
pub use test_utils::MockDatabase;
pub use test_utils::with_test_transaction;
pub use sqlx;
pub use tracing;

Modules§

migrator
prelude
schema
test_utils

Macros§

schema_models

Structs§

Premix
QueryBuilder
RawQuery
ValidationError

Enums§

Executor
RuntimeProfile
UpdateResult

Traits§

IntoExecutor
Model
ModelHooks
ModelValidation
SqlDialect