Modules

Enums

  • Handle a database connection depending on the backend enabled by the feature flags. This creates a database pool.
  • Type of database to connect to with the relevant connection string / file
  • An error from unsuccessful database operations
  • Enum for the different roles that a player could have used to determine their permissions to access different server functionality

Functions

  • Connects to the database returning a Database connection which allows accessing the database without accessing sea_orm

Type Definitions