https://supabase.com/ logo
Join Discord
Powered by
# help
  • v

    VuNguyen

    10/30/2021, 12:33 PM
    it is not possible?
  • h

    HarryET

    10/30/2021, 12:33 PM
    https://twitter.com/silentworks/status/1454372504852733953
  • h

    HarryET

    10/30/2021, 12:34 PM
    From the looks of it no. Also Its not realistic lol
  • v

    VuNguyen

    10/30/2021, 12:34 PM
    well im not doing on client
  • v

    VuNguyen

    10/30/2021, 12:34 PM
    im doing it on my server
  • v

    VuNguyen

    10/30/2021, 12:34 PM
    where i try to add a column for each row
  • h

    HarryET

    10/30/2021, 12:34 PM
    Query Lots Of Rows
  • s

    siyavash

    10/30/2021, 1:56 PM
    Hey, I’m trying to add authentication to my react native app but I need to store the email address and userId of the user in my own database(expressJs, mongoose). How does authenticating the requests to my backend works? Any tutorials?
    h
    • 2
    • 2
  • h

    HarryET

    10/30/2021, 3:40 PM
    Storing User Data In Separate DB
  • v

    Village

    10/30/2021, 3:57 PM
    You can configure the maximum number of rows to be returned
  • m

    M0nk3yBrainDead

    10/30/2021, 3:58 PM
    does the python wrapper for supabase can connect stuff on postREST
  • v

    Village

    10/30/2021, 3:58 PM
    How can I set up an on insert RLS policy? Google has returned me no examples of help, and my requests always error even if I set with check to just be true.
    h
    z
    • 3
    • 24
  • h

    HarryET

    10/30/2021, 4:00 PM
    Have you had a look at the docs?
  • v

    Village

    10/30/2021, 4:01 PM
    I've tried
  • v

    Village

    10/30/2021, 4:01 PM
    But I have no idea what broke
  • h

    HarryET

    10/30/2021, 4:01 PM
    That's not even an English sentence. Please try again
  • h

    HarryET

    10/30/2021, 4:01 PM
    Make a thread for this
  • v

    Village

    10/30/2021, 4:01 PM
    RLS Policy For Insert
  • m

    M0nk3yBrainDead

    10/30/2021, 4:02 PM
    is the supabase-python lib ready enough to connect to postREST
  • m

    M0nk3yBrainDead

    10/30/2021, 4:02 PM
    i'm new to databases 😅
  • h

    HarryET

    10/30/2021, 4:03 PM
    I would presume yes. Please have a look at the GitHub repos for that info. Also postgrest is a core part and I believe there is a library called python-postgrest
  • m

    M0nk3yBrainDead

    10/30/2021, 4:03 PM
    hmm I could connect to postREST just like in a local postgress server right? I just have to give a link?
  • b

    baptisteArno

    10/30/2021, 4:20 PM
    Is there an easy way to export a supabase project and import it into a new project?
    s
    • 2
    • 1
  • h

    HarryET

    10/30/2021, 6:50 PM
    Not right now no
  • h

    HarryET

    10/30/2021, 6:50 PM
    You can't currently
  • h

    HarryET

    10/30/2021, 6:50 PM
    Please google stuff that this.
  • s

    silentworks

    10/30/2021, 7:38 PM
    You can't at the moment, but you can export your database and import it into a new project, you can read more from the guide https://supabase.io/docs/guides/database#migrating-between-projects
    a
    • 2
    • 1
  • s

    silentworks

    10/30/2021, 7:38 PM
    Duplicate Supabase project
  • s

    silentworks

    10/30/2021, 7:38 PM
    Export and Import Supabase projects
  • k

    KrisCoulson

    10/30/2021, 9:03 PM
    Hey all I am running supabase from netlify with pg bouncer at the url
    postgres://[pass]@db.[dbname].supabase.co:6543/postgres?pgbouncer=true
    This is the second weekend in a row where my site has gotten a decent amount of views and I keep hitting this error message.
    Copy code
    Error querying the database: db error: ERROR: no more connections allowed (max_client_conn)
    Am I doing something wrong? Looking at the connections in supabase doesn't seem to look like I am using them. Maybe I configured something wrong
1...122123124...316Latest