Crate replit_db

source ·

Structs

  • Configuration struct that contains information needed for Database.
  • Database main struct.
    Please use this database with traits. (Availables are Synchronous and Asynchronous)
  • Error struct for giving useful information about what goes wrong.

Enums

  • Error kind. (Http Error, No Item Found Error, Decode String Error)

Traits

  • Asynchronous support for Database struct. Use this trait by import it then use it right away!
  • Synchronous support for Database struct. Use this trait by import it then use it right away!