The new files API of dataset-orm, an ORM based on the famous dataset library, is useful for cloud and 12-factor applications that need a no-hassle persistent filesystem-alike - all you need is a SQL database supported through SQLAlchemy. This provides straight-forward put + get semantics, as well as a low-level file-like API. Optionally use it with class-based ORM Models.