mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
DEPOT is a framework for easily storing and serving files in web applications. DEPOT supports storing files in multiple backends, like: - Local Disk - In Memory (for tests) - On GridFS - On Amazon S3 (or compatible services) and integrates with database by providing files attached to your SQLAlchemy or Ming/MongoDB models with respect to transactions behaviours (files are rolled back too). WWW: https://github.com/amol-/depot
12 lines
431 B
Text
12 lines
431 B
Text
DEPOT is a framework for easily storing and serving files in web applications.
|
|
|
|
DEPOT supports storing files in multiple backends, like:
|
|
- Local Disk
|
|
- In Memory (for tests)
|
|
- On GridFS
|
|
- On Amazon S3 (or compatible services)
|
|
and integrates with database by providing files attached to your SQLAlchemy or
|
|
Ming/MongoDB models with respect to transactions behaviours (files are rolled
|
|
back too).
|
|
|
|
WWW: https://github.com/amol-/depot
|