Cargo Features

diesel_derives has no features set by default.

[dependencies]
diesel_derives = { version = "2.1.4", features = ["nightly", "mysql", "32-column-tables", "64-column-tables", "128-column-tables", "chrono", "time"] }
nightly

Enables nightly of proc-macro2

proc-macro2:

This feature no longer means anything.

postgres sqlite mysql
32-column-tables 64-column-tables?

Affects diesel_for_each_tuple::MAX_TUPLE_SIZE

64-column-tables 128-column-tables? = 32-column-tables

Affects diesel_for_each_tuple::MAX_TUPLE_SIZE

128-column-tables = 64-column-tables

Affects diesel_for_each_tuple::MAX_TUPLE_SIZE

without-deprecated with-deprecated r2d2 chrono
time