Essential models and database operations used by other Adapt microservices.
This is not a standalone service, but rather a library of common models and operations used by other Adapt microservices.
This includes:
- Object schemas (e.g.
User
orGuild
)- This includes payload schemas, both inbound and outbound (e.g.
UserCreatePayload
).
- This includes payload schemas, both inbound and outbound (e.g.
- Database operations (e.g.
User::create
orGuild::delete
) - Authentication middleware (e.g. tokens and password hashing)
- Snowflake generation
- Utilities that relate to the above