alchemydumps icon indicating copy to clipboard operation
alchemydumps copied to clipboard

SQLAlchemy backup/dump tool for Flask

Results 5 alchemydumps issues
Sort by recently updated
recently updated
newest added

Their official solution `coverallsapp/github-action` was failing with `No build matching CI build number` so I left it out of 889346fc875015cfa157be2eb1a1fe74e69d3f85

A nice feature would be to save the backup files at a file storage as S3.

enhancement

Can I backup the file in different extensions..?, such as **.zip** or plaint text..?

enhancement

If, for example, your database contains an association table for a many-to-many mapping as described here: http://docs.sqlalchemy.org/en/latest/orm/basic_relationships.html#many-to-many, the many-to-many association table doesn't get dumped by alchemy dumps. This seems to...

bug
help wanted