advanced-alchemy icon indicating copy to clipboard operation
advanced-alchemy copied to clipboard

Proposal: Add support for the new FastApi Cli

Open ryou90 opened this issue 1 year ago • 2 comments

Summary

Fastapi now hast his own cli : https://github.com/tiangolo/fastapi/releases/tag/0.111.0

Proposal: Extension for integration of advanced alchemy in FastApi cli.

Basic Example

No response

Drawbacks and Impact

No response

Unresolved questions

No response

ryou90 avatar May 03 '24 08:05 ryou90

Just to understand more. You'd be looking for the same CLI functionality that Litestar has but with the Typer CLI in fastapi-cli?

I'd have to look a bit more, but I think this is feasible.

cofin avatar May 03 '24 15:05 cofin

So I'm thinking primarily of the alembic command. It would be nice to be able to use these directly with the fastapi-cli

ryou90 avatar May 04 '24 11:05 ryou90

Fixed in #352

cofin avatar Jan 20 '25 17:01 cofin