apalis-sql 0.5.1

SQL Storage for apalis. Use sqlite, postgres and mysql for background job processing
Documentation

apalis-sql

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 4 of them enabled by default.

default

  • sqlite
  • migrate
  • postgres

sqlite

  • sqlx/sqlite
  • sqlx/json

migrate

  • sqlx/migrate
  • sqlx/macros

postgres

  • sqlx/postgres
  • sqlx/json

mysql

  • sqlx/mysql
  • sqlx/json
  • sqlx/bigdecimal

tokio-comp

  • tokio
  • sqlx/runtime-tokio-rustls

async-std-comp

  • async-std
  • sqlx/runtime-async-std-rustls

async-std

  • dep:async-std

tokio

  • dep:tokio