This package uses SQLAlchemy to store Telegram chats.
- Asynchronous SQLite
- Database Helper
- Relationship between users and groups
- Add more columns (date of creation, link for groups, etc.)
- Add to README information about config and mechanism of database
- Add commentaries
- Add logging
- Create tests
This package uses a number of open source projects:
- SQLAlchemy - ORM for Python
- Pydantic Settings - Used for config class
...
MIT