user
01/22/2022, 1:23 AMuser
01/22/2022, 1:26 AMSpedix
01/22/2022, 10:06 AMMilou
01/23/2022, 1:47 AMMilou
01/23/2022, 1:47 AMmy-supabase-based-app
?Milou
01/23/2022, 1:47 AMjoshcowan25
01/23/2022, 6:10 AMWaldemar
01/23/2022, 10:55 AMpg
to directly connect to the Supabase DB and execute SQL statements
**2. **Migrates all the data using supabase-js
Now the 2. step will definitely remain automated, however, I'm a bit paranoid about the 1. step: what if there will be any strange issues further down the line, because I didn't use the intended way to create the tables, which is the Supabase dashboard?
š this will be the third major upgrade of our main system in 7 years of business. The new system with Supabase at it's core will be the central platform for many future developments. So the reliability / stability / longevity / compatibility with the entire Supabase tooling and ecosystem is crucial.
What do you think?
We have ~20 tables, each with 5-30 fields, so creating them manually won't be a huge deal. And the current Airtable schema is more or less frozen at this stage.
Does anyone have a project already in production where the Supabase DB was created by running raw SQL statements (CREATE TABLE... ALTER TABLE ... ADD CONSTRAINT
and so on)?
What does Supabase actually do when you create new tables, add relations and so on?
P.S.: I've already asked Supabase guys this same question a while ago, but seeing how fast Supabase evolves (which is amazing!), I want to bring this up again. As a developer, I want to automate everything and even wanted to open source this tool for other folks, but as CTO I need to play safe.
Thanks!moein
01/23/2022, 11:50 AMitsnotyalc
01/23/2022, 5:14 PMJonathan Marbutt
01/24/2022, 1:28 AMBiondi Bagasta Wiko Putra
01/24/2022, 2:25 AMJay-flow
01/24/2022, 9:08 AMJay-flow
01/24/2022, 9:09 AMsilentworks
01/24/2022, 10:42 AMSG1asgard
01/24/2022, 2:06 PMMulti Tenancy
for users?
Much appreciated!sockenguy
01/24/2022, 3:21 PMsockenguy
01/24/2022, 3:23 PMts
export default function Account({ session }) {
Evostance
01/24/2022, 3:46 PM: wss://XXXXXX.supabase.co/realtime/v1/websocket?apikey=XXXXX
just stays as Pending with a 101 response?
All replication etc on Supabase seems to enabled etc so seems to be client relatedgaryaustin
01/24/2022, 4:20 PMScott P
01/24/2022, 4:37 PMsockenguy
01/24/2022, 11:14 PMsockenguy
01/24/2022, 11:15 PMjoshcowan25
01/24/2022, 11:50 PMgaryaustin
01/25/2022, 12:38 AMtasty
01/25/2022, 1:02 AMIsaiah
01/25/2022, 2:00 AMBaker XBL
01/25/2022, 9:19 AMmalaleche
01/25/2022, 10:11 AMmalaleche
01/25/2022, 10:54 AM