UNPKG

s3db.js

Version:

Use AWS S3, the world's most reliable document storage, as a database with this ORM.

11 lines (9 loc) 505 B
export * from "./cache.class.js" export * from "./memory-cache.class.js" export * from "./s3-cache.class.js" export * from "./filesystem-cache.class.js" export * from "./partition-aware-filesystem-cache.class.js" export { default as S3Cache } from './s3-cache.class.js'; export { default as MemoryCache } from './memory-cache.class.js'; export { default as FilesystemCache } from './filesystem-cache.class.js'; export { PartitionAwareFilesystemCache } from './partition-aware-filesystem-cache.class.js';