v0.45.0 - Create Robyn App on steroids!
What's Changed
- feat: add ability in robyn cli to scaffold example programs with various DBs by @bwdq in https://github.com/sparckles/Robyn/pull/584
- fix: .gitignore fix for docs_src by @Mr-Sunglasses in https://github.com/sparckles/Robyn/pull/673
- style: add better log message for route population by @sansyrox in https://github.com/sparckles/Robyn/pull/682
Doc Updates
- docs: update metadata by @sansyrox in https://github.com/sparckles/Robyn/pull/674
- docs: Changing from bash to python for authentication script by @jeasoft in https://github.com/sparckles/Robyn/pull/677
- docs: fix pip install command for strawberry and Robyn by @jeasoft in https://github.com/sparckles/Robyn/pull/676
- docs: fix import error in plugin docs by @Mr-Sunglasses in https://github.com/sparckles/Robyn/pull/681
- docs: Fixing Future Roadmap path by @jeasoft in https://github.com/sparckles/Robyn/pull/675
- docs: add Daniel's testimonial by @sansyrox in https://github.com/sparckles/Robyn/pull/670
New Contributors
- @bwdq made their first contribution in https://github.com/sparckles/Robyn/pull/584
- @jeasoft made their first contribution in https://github.com/sparckles/Robyn/pull/677
Full Changelog: https://github.com/sparckles/Robyn/compare/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'