Cargo Features

PageTop has no features set by default.

[dependencies]
pagetop = { version = "0.0.54", features = ["database", "mysql", "postgres", "sqlite"] }
database mysql? postgres? sqlite? = futures, sea-orm, sea-schema

Affects all::run_migrations, definition::PackageTrait.migrations, pagetop::db

mysql = database

Enables sqlx-mysql of sea-orm

postgres = database

Enables sqlx-postgres of sea-orm

sqlite = database

Enables sqlx-sqlite of sea-orm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures database?
sea-schema database?
sea-orm database? mysql? postgres? sqlite?