Structs
- Configuration struct that contains information needed for Database.
- Database main struct.
Please use this database with traits. (Availables areSynchronousandAsynchronous) - 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!