| Feature | Purpose |
|---|---|
sqlite |
Enables Diesel's SQLite backend integration. |
postgres |
Enables Diesel's PostgreSQL backend integration. |
async |
Adds diesel_async support for both backends. |
All examples in this document assume the default feature set (sqlite +
postgres). Enable async when compiling the async snippets or running the
integration tests.