feat: add read-only database mode and S3-compatible storage options

Introduced configurable read-only mode for databases to restrict write operations. Added support for S3-compatible storage services, including Cloudflare R2, Amazon S3, and Google Cloud Storage. Updated `README.md` with usage examples and configuration details.
This commit is contained in:
David Snelling 2025-06-04 10:00:00 -07:00
parent 6bd3570baf
commit 100d4c7839
3 changed files with 1927 additions and 11 deletions

View file

@ -65,7 +65,8 @@
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@tensorflow/tfjs-layers": "^4.22.0"
"@tensorflow/tfjs-layers": "^4.22.0",
"@aws-sdk/client-s3": "^3.427.0"
},
"prettier": {
"arrowParens": "always",