Skip to content

Essential models and database operations used by other Adapt microservices.

License

Notifications You must be signed in to change notification settings

AdaptChat/essence

Repository files navigation

essence

Essential models and database operations used by other Adapt microservices.

What does this service contain?

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 or Guild)
    • This includes payload schemas, both inbound and outbound (e.g. UserCreatePayload).
  • Database operations (e.g. User::create or Guild::delete)
  • Authentication middleware (e.g. tokens and password hashing)
  • Snowflake generation
  • Utilities that relate to the above

About

Essential models and database operations used by other Adapt microservices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages