【发布时间】:2020-11-03 22:34:03
【问题描述】:
我在我的 rails 应用程序中使用 Postgresql 数据库。 为了在数据库中存储大文件或数据,我在 MySql 中使用了 blob 数据类型。
对于 Postgres,我必须使用哪种数据类型而不是 MySql 中的 blob?
【问题讨论】:
-
我建议先阅读这篇文章:wiki.postgresql.org/wiki/BinaryFilesInDB
-
你见过stackoverflow.com/questions/22288898/…>吗?
标签: database postgresql