FeatureFuel
1

Creating tables related to bucket files (demo + idea)

Source: supabase/supabase#10504 · opened by @brasillero
Creating tables related to bucket files I had an issue: I needed to create a row for each item inside a Bucket folder. I could have done them one by one, but I had too many files. I researched it and did not find any solution to my problem, so I created my own. I developed a base app to create a table relating all my bucket files to my table rows you can check the demo [here]( ). You can customize the output to your needs, it is really simple, just an array of objects or even get data from an existing database, sort it and rearrange it to match the same order as the files on your bucket folder. In my case I just needed the publicUrl, I also named all my Bucket files following the snake_case pattern so, by default, the underscores are removed and the app creates a _title_ based on it. With this, I leave my suggestion to add more interactivity between tables and buckets. This was my first community post, sorry about anything. thx for your attention. Repo: [ Web site: [ ]…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests