622 B
622 B
Project dependencies
grammyX
Telegram JS/TS/Deno librarykysel
Helps with migrations and query buildingnode:pg
Library used by kysely by default
Structure
bot
-- the bot code itselfcfg
-- everything configuration relatedcore
-- core or domain. Contains entity and logics, responsible for the access management, also containes core entitiesexternal
-- eveything responsible for communication with an external network interfaces/devicesmigrations
-- DB migrationsrepo
-- everything storage related (including external databases, caches, CDNs)utils
-- everything else