top | item 42349958 (no title) Ambolia | 1 year ago What about binary blobs? I hate having to store them outside of the database and that you can't just do a dbdump/import to clone a project. discuss order hn newest taffer|1 year ago Have you had a look at the bytea[1] type? It allows you to store binary objects up to 1GB and it's dumped transparently just like a string.[1] https://www.postgresql.org/docs/current/datatype-binary.html
taffer|1 year ago Have you had a look at the bytea[1] type? It allows you to store binary objects up to 1GB and it's dumped transparently just like a string.[1] https://www.postgresql.org/docs/current/datatype-binary.html
taffer|1 year ago
[1] https://www.postgresql.org/docs/current/datatype-binary.html