Skip to content

Use sqlalchemy to commit/rollback changes to files on the filesystem or any other external storage.

License

Notifications You must be signed in to change notification settings

epegzz/StorageAlchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StorageAlchemy

Use sqlalchemy to commit/rollback changes to files on the filesystem or any other external storage.

Main Features

  • sqlalchemy transactions: All write/delete actions will be rolled back whenever the sqlalchemy session gets rolled back. It behaves the same way, as if you would store the data in your sql database, but actually uses any kind of storage you like.

Integration & Configuration

Documentation coming soon …

About

Use sqlalchemy to commit/rollback changes to files on the filesystem or any other external storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published