Cargo Features

sorm has no features set by default.

[dependencies]
sorm = { version = "0.1.1", features = ["sqlite", "mysql", "postgres", "test"] }
sqlite

Enables sqlite of sqlx ^0.7.4

mysql

Enables mysql of sqlx ^0.7.4

postgres

Enables postgres of sqlx ^0.7.4

test

Affects model::HasNoPrimaryKey, query::test