how to use Blob datatype in Postgres

后端 未结 3 915
再見小時候
再見小時候 2020-12-02 12:46

I am using a Postgresql database in my rails application. To store large file or data in database I have used blob data type in MySql.

For Postgres which data type I

3条回答
  •  遥遥无期
    2020-12-02 13:21

    I think this is the most comprehensive answer on the PostgreSQL wiki itself: https://wiki.postgresql.org/wiki/BinaryFilesInDB

    Read the part with the title 'What is the best way to store the files in the Database?'

提交回复
热议问题