Best column type for storing a small WAV file in Postgres
I have a small audio WAV file that I'd like to store in a column. What column type is best suited for that? I'm using Neon db Postgres.
Note: I'm aware that I could store it in a storage like S3, but given the file is very small, I'd like to explore storing it in Neon.
0 Replies