finnp / finnp/postgres-blob-store
Use Binary Format instead of Text
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now the files are saved base64 encoded, would be nice to se `bytea` instead of `text`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing where postgres-blob-store saves and retrieves blobs, then inspect how the current text and base64 representation is handled. The change is done when blobs use PostgreSQL bytea storage instead of text while save and retrieval behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, postgresql
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100