dbmigrate-lib 0.2.0

Library to run database migrations. Postgres, MySQL, Sqlite supported.
Documentation

dbmigrate-lib

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

default

  • postgres_support
  • sqlite_support
  • mysql_support

postgres_support

  • postgres
  • postgres-native-tls
  • native-tls

sqlite_support

  • rusqlite

mysql_support

  • mysql

postgres

    This feature flag does not enable additional features.

postgres-native-tls

    This feature flag does not enable additional features.

native-tls

    This feature flag does not enable additional features.

rusqlite

    This feature flag does not enable additional features.

mysql

    This feature flag does not enable additional features.