Crate smol_db_client

source ·
Expand description

Library containing the structs that manage the client to connect to smol_db

Modules§

  • Contains various error enums that a client may return on an operation with a database
  • Module containing a DBSettings struct, a struct that represents the various settings a database has.
  • Easy usable module containing everything needed to use the client library normally

Structs§

  • SmolDbClient struct used for communicating to the database. This struct has implementations that allow for end to end communication with the database server.

Enums§

  • Represents the various types of errors that can occur when an error is returned in a db packet response
  • Represents the various types of successful responses that accessing the database can be.
  • Represents the role a user has in a db, given a key.