Module iqps_backend::db

source ยท
Expand description

Database stuff. See submodules also.

Re-exportsยง

Modulesยง

  • models ๐Ÿ”’
    Database models.
  • queries ๐Ÿ”’
    SQL queries for the database.

Structsยง

  • Breh ๐Ÿ”’
    Needed this to use the query_as() function of sqlx. There is probably a better way to do this but this is my first time, sorry.
  • The database