sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.9k stars 198 forks source link

SQLAlchemy template has typo in import #755

Closed isaacharrisholt closed 4 months ago

isaacharrisholt commented 4 months ago

Bug Description

The SQLAlchemy template has a typo in the models.py file:

from sqlalchem.orm import Boolean, Column, Integer, String

sqlalchem should be sqlalchemy with a y.

Steps to Reproduce

  1. robyn --create
  2. Choose SQLAlchemy template

Your operating system

Linux

Your Python version (python --version)

3.11

Your Robyn version

latest

Additional Info

Robyn version 0.52.0

sansyrox commented 4 months ago

Thank you @isaacharrisholt , I will fix it ✨

sansyrox commented 4 months ago

@isaacharrisholt , apologies for the delay. But this has been fixed in the latest Robyn release.