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.
Comments
Similar requests
[storage-js] Skip `.from('bucket')` storage calls syntax for `createSignedUrls` function
1 vote · 0 comments
Display bucket size in web interface
1 vote · 0 comments
Table Editor Schema View - Collapse Partitioned Tables
2 votes · 0 comments
Storage: Upload to Bucket from Url
6 votes · 0 comments
Allow underscores in Supabase storage bucket names (backward compatibility request)
7 votes · 0 comments
No comments yet.