sea-orm 0.12.0

🐚 An async & dynamic ORM for Rust
Documentation

sea-orm

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 35 feature flags, 14 of them enabled by default.

default

  • macros
  • with-json
  • with-chrono
  • with-rust_decimal
  • with-bigdecimal
  • with-uuid
  • with-time

macros

  • sea-orm-macros/derive
  • sea-query/derive

with-json

  • serde_json
  • sea-query/with-json
  • chrono?/serde
  • time?/serde
  • uuid?/serde
  • sea-query-binder?/with-json
  • sqlx?/json

with-chrono

  • chrono
  • sea-query/with-chrono
  • sea-query-binder?/with-chrono
  • sqlx?/chrono

with-rust_decimal

  • rust_decimal
  • sea-query/with-rust_decimal
  • sea-query-binder?/with-rust_decimal
  • sqlx?/decimal

with-bigdecimal

  • bigdecimal
  • sea-query/with-bigdecimal
  • sea-query-binder?/with-bigdecimal
  • sqlx?/bigdecimal

with-uuid

  • uuid
  • sea-query/with-uuid
  • sea-query-binder?/with-uuid
  • sqlx?/uuid

with-time

  • time
  • sea-query/with-time
  • sea-query-binder?/with-time
  • sqlx?/time

serde_json

  • dep:serde_json

chrono

  • dep:chrono

rust_decimal

  • dep:rust_decimal

bigdecimal

  • dep:bigdecimal

uuid

  • dep:uuid

time

  • dep:time

runtime-async-std-rustls

  • sqlx?/runtime-async-std-rustls
  • sea-query-binder?/runtime-async-std-rustls
  • runtime-async-std

sqlx-postgres

  • sqlx-dep
  • sea-query-binder/sqlx-postgres
  • sqlx/postgres

postgres-array

  • sea-query/postgres-array
  • sea-query-binder?/postgres-array
  • sea-orm-macros/postgres-array

runtime-actix-rustls

  • sqlx?/runtime-actix-rustls
  • sea-query-binder?/runtime-actix-rustls
  • runtime-actix

runtime-actix-native-tls

  • sqlx?/runtime-actix-native-tls
  • sea-query-binder?/runtime-actix-native-tls
  • runtime-actix

sqlx-mysql

  • sqlx-dep
  • sea-query-binder/sqlx-mysql
  • sqlx/mysql

sqlx-sqlite

  • sqlx-dep
  • sea-query-binder/sqlx-sqlite
  • sqlx/sqlite

runtime-tokio-rustls

  • sqlx?/runtime-tokio-rustls
  • sea-query-binder?/runtime-tokio-rustls
  • runtime-tokio

runtime-tokio-native-tls

  • sqlx?/runtime-tokio-native-tls
  • sea-query-binder?/runtime-tokio-native-tls
  • runtime-tokio

runtime-async-std-native-tls

  • sqlx?/runtime-async-std-native-tls
  • sea-query-binder?/runtime-async-std-native-tls
  • runtime-async-std

sqlx-all

  • sqlx-mysql
  • sqlx-postgres
  • sqlx-sqlite

sea-query-binder

  • dep:sea-query-binder

tests-cfg

  • serde/derive

sqlx

  • dep:sqlx

runtime-actix

    This feature flag does not enable additional features.

sea-orm-internal

    This feature flag does not enable additional features.

runtime-tokio

    This feature flag does not enable additional features.

debug-print

    This feature flag does not enable additional features.

runtime-async-std

    This feature flag does not enable additional features.

sqlx-dep

    This feature flag does not enable additional features.

mock

    This feature flag does not enable additional features.