adspace


Can you store images in postgres?

Answer Posted / Avanish Kumar Shukla

You can't directly store images in PostgreSQL like a file system. However, you can store binary large objects (BLOB) or images as base64 encoded strings or use external referencing methods such as File System, Amazon S3, etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959