Cargo Features
Realm has no features set by default.
[dependencies]
realm = { version = "0.1.23", features = ["postgres", "postgres_default", "sqlite", "sqlite_default"] }
- postgres
-
Enables postgres of diesel ^1.4.4 and observer
Affects
base::pg
,base::point
,sql_types::CiString
,sql_types::cistring_to_string
,sql_types::citext
,test::reset_db
… - postgres_default
-
Enables postgres of diesel ^1.4.4
Affects
in_::In.conn
… - sqlite
-
Enables sqlite of diesel ^1.4.4
Affects
db::colored
,base::sqlite
… - sqlite_default
-
Enables sqlite of diesel ^1.4.4
Affects
in_::In.conn
…