sea-schema 0.14.2

🌿 SQL schema definition and discovery
Documentation

sea-schema

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 28 feature flags, 11 of them enabled by default.

default

  • mysql
  • postgres
  • sqlite
  • discovery
  • writer
  • probe

mysql

  • sea-query/backend-mysql

postgres

  • sea-query/backend-postgres

sqlite

  • sea-query/backend-sqlite

discovery

  • futures
  • parser

writer

  • def

probe

  • query

futures

  • dep:futures

parser

  • query

def

    This feature flag does not enable additional features.

query

  • def

sqlx-mysql

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

sqlx-sqlite

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

sqlx-postgres

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

sqlx-all

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

runtime-actix-native-tls

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

runtime-tokio-native-tls

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

runtime-async-std-native-tls

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

runtime-actix-rustls

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

runtime-async-std-rustls

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

runtime-tokio-rustls

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

sea-query-binder

  • dep:sea-query-binder

debug-print

  • log

with-serde

  • serde

sqlx

  • dep:sqlx

sqlx-dep

  • sqlx

log

  • dep:log

serde

  • dep:serde