Module rorm_db::database

source ·
Expand description

This module defines the main API wrapper.

Structs

Functions

  • This method is used to delete rows from a table.
  • This method is used to insert into a table.
  • This method is used to bulk insert rows.
  • This method is used to bulk insert rows.
  • This method is used to insert into a table.
  • This method is used to retrieve rows that match the provided query.
  • This method is used to update rows in a table.

Type Definitions