# How to use supabase query in weweb

**URL:** https://community.weweb.io/t/how-to-use-supabase-query-in-weweb/7559
**Category:** How do I?
**Tags:** supabase
**Created:** [March 13, 2024, 3:22pm UTC](https://community.weweb.io/t/how-to-use-supabase-query-in-weweb/7559 "2024-03-13T15:22:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![metaxos](https://avatars.discourse-cdn.com/v4/letter/m/df705f/32.png) [@metaxos](https://community.weweb.io/u/metaxos)
#### Post date: [March 13, 2024, 3:22pm UTC](https://community.weweb.io/t/how-to-use-supabase-query-in-weweb/7559/1 "2024-03-13T15:22:47Z")

</div>

Hi

I’m pretty new on using weweb and supabase. I’ve done a supabase query and I’d like to use that one in weweb. How can I “connect” them? I see my supabase table but not my query…  
Any hint is appreciated. Thank you.

 ![Screenshot 2024-03-13 at 16.21.04](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/3/3d3e6662df251033da7f2a04561e6a142fbe0956.png)

Cheers, Jacques

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [March 13, 2024, 4:41pm UTC](https://community.weweb.io/t/how-to-use-supabase-query-in-weweb/7559/2 "2024-03-13T16:41:16Z")

</div>

Your best bet is making it into a view or a function, so you can call it with WeWeb directly (either as a Table, or via a Workflow).

---

<div class="post-metadata">

### Author: ![metaxos](https://avatars.discourse-cdn.com/v4/letter/m/df705f/32.png) [@metaxos](https://community.weweb.io/u/metaxos)
#### Post date: [March 14, 2024, 7:28am UTC](https://community.weweb.io/t/how-to-use-supabase-query-in-weweb/7559/3 "2024-03-14T07:28:22Z")

</div>

Good morning Broberto

Thank you! I created a view and could grab the view as a table, that did the trick!

Best,  
Jacques
