Cargo Features

ruspk has no features set by default.

[dependencies]
ruspk = { version = "0.1.4", features = ["mysql", "postgres", "sqlite"] }
mysql

Enables mysql of diesel ^1.4

Affects ruspk::schema, icon::DbIcon.size

postgres

Enables postgres of diesel ^1.4

Affects ruspk::schema, icon::DbIcon.size

sqlite = libsqlite3-sys

Enables sqlite of diesel ^1.4

Affects ruspk::schema, icon::DbIcon.size

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.

libsqlite3-sys sqlite?

Enables libsqlite3-sys ^0.18

Bundled SQLites