litestar-org / advanced-alchemy

A carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy
http://docs.advanced-alchemy.litestar.dev/
MIT License
250 stars 30 forks source link

Enhancement: Add a `drop_all` function #102

Closed cofin closed 4 months ago

cofin commented 11 months ago

Summary

There should be a way to drop all current tables in your database including the alembic_versioning table. This is really useful for rapid prototyping.

Basic Example

No response

Drawbacks and Impact

No response

Unresolved questions

No response


Funding

Fund with Polar

tpougy commented 5 months ago

This feature would be very useful