Module cargo::util::sqlite

source ·
Expand description

Utilities to help with working with sqlite.

Functions§

  • A basic migration that is a single static SQL statement.
  • Perform one-time SQL migrations.

Type Aliases§

  • A function or closure representing a database migration.