- Full compatibility with asyncio
- Added Pagination for SQL queries
- Used SQLAlchemy instead of SQLmodel for sake of stability
- Used Async driver of PostgreSQL and SQLAlchemy
- Used
bcrypt
directly for generating the passwords
What's Changed
- Switch to sqlalchemy by @payamt007 in #2
- Added pagination for sqlalchemy results by @payamt007 in #3
Full Changelog: v0.0.2...v0.0.3