Module rorm::db

source ·
Expand description

Re-export of rorm-db

Modules

  • Wrapper around string which is decodable as an enum
  • This module defines the main API wrapper.
  • Error type to simplify propagating different error types.
  • This module defines a wrapper for sqlx’s Executor
  • This module defines a wrapper for sqlx’s AnyRow
  • Re-export rorm-sql
  • This module holds the definition of transactions

Structs

Enums

  • The representation of all supported DB drivers
  • Error type to simplify propagating different error types.

Traits

  • Some kind of database connection which can execute queries