Skip to content

Releases: kareemmahlees/fastgen

0.3.5

15 Dec 13:53
f3ecc31
Compare
Choose a tag to compare

A new command was added: g

Options

router

generates a new router file at app\api\routers or specify your own path with the --path option

schema

generates a new pydantic schema file at app\api\schemas or specify your own path with the --path option

model

generates a new model file at app\api\schemas or specify your own path with the --path option.
the type of the model is determined with the --model option, choices are sqlmodel, sqlalchemy

NOTE❗: all the paths provided to the --path option must be relative to the current working directory

Change the files to directories

the routers.py, schemas.py, and models.py now became their own separate directories to accommodate the new g command

Nicer User experience

image

0.2.5

30 Sep 13:14
Compare
Choose a tag to compare

added support for ORMs

0.2.3

30 Sep 12:50
Compare
Choose a tag to compare

Poetry Support was added

0.1.3

18 Sep 19:00
Compare
Choose a tag to compare

added functionality for pip-based projects