如何将存储桶中的文件链接到表中的项目

huangapple go评论54阅读模式
英文:

How to link a storage bucket file into an item in a table

问题

如何将存储桶中的文件链接到表格?

假设我有这样的一个项目:

名称:用户,创建时间:日期,pfp:存储文件

我想将文件链接到 pfp 字段。

英文:

How can I link a file in my storage bucket into a table?

Let's say I have an item like this

Name: user, CreatedAt: date, pfp: storageFile

I want the file to be linked to the pfp field.

答案1

得分: 1

你可以将图像网址存储在你的数据库表中。你可以在这里的用户管理教程之一中进行操作:https://supabase.com/docs/guides/getting-started/tutorials/with-react#bonus-profile-photos

英文:

You would store the image URL in your database table. You can follow on of the user management tutorials here: https://supabase.com/docs/guides/getting-started/tutorials/with-react#bonus-profile-photos

huangapple
  • 本文由 发表于 2023年2月19日 00:36:58
  • 转载请务必保留本文链接:https://go.coder-hub.com/75494787.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定