What's Changed
- feat: add ability in robyn cli to scaffold example programs with various DBs by @bwdq in #584
- fix: .gitignore fix for docs_src by @Mr-Sunglasses in #673
- style: add better log message for route population by @sansyrox in #682
Doc Updates
- docs: update metadata by @sansyrox in #674
- docs: Changing from bash to python for authentication script by @jeasoft in #677
- docs: fix pip install command for strawberry and Robyn by @jeasoft in #676
- docs: fix import error in plugin docs by @Mr-Sunglasses in #681
- docs: Fixing Future Roadmap path by @jeasoft in #675
- docs: add Daniel's testimonial by @sansyrox in #670
New Contributors
Full Changelog: v0.44.2...v0.45.0
Sample Usage
python3 -m robyn --create
? Directory Path: .
? Need Docker? (Y/N) Y
? Please select project type (Mongo/Postgres/Sqlalchemy/Prisma): Postgres
Creating a new Robyn project '/Users/sanskar/test_dumpster/robyn-new'...
New Robyn project created in '/Users/sanskar/test_dumpster/robyn-new'