supabase

Supabase, the Postgres-based application development platform, raises $80M in funding – SiliconANGLE

Supabase, the Postgres-based application development platform, raises $80M in funding – SiliconANGLE

Open-source application development platform and Postgres database service provider Supabase Inc. said today it has closed on an $80 million round of funding, bringing its total amount raised to date to $196 million. Today’s Series C round, which was first reported by TechCrunch, was led by Peak XV and Craft Ventures, and saw participation from Avra Capital plus previous investors Coatue, Felicis and Y Combinator. Supabase, which also raised $80 million via its Series B funding round in 2022, didn’t reveal a valuation. However, the company’s co-founder and Chief Executive Paul Copplestone told Techcrunch that the latest investment was an…
Read More
Prisma db push or pull stuck?

Prisma db push or pull stuck?

Fix for Prisma connection stuck. When working with Prisma and Supabase DB, I got an issue with the Prisma CLI getting stuck during prisma db push and prisma db pull. I eventually for to know that the issue often arises when using a Supabase connection string with the pooled connection (port 6543). For example, running npx prisma db push took 9 minutes here and still failed: The Fix To resolve this, I needed to switch to a direct connection string using port 5432 instead. I tried changing it on the Supabase dashboard and then saw this: What you need to…
Read More
Todo App in 3 hours

Todo App in 3 hours

Creating a Todo app with Refine and Supabase This article will cover the technical aspects of how I made a Todo app in a few hours using Refine and Supabase. I tried to take a few detours from the official way of doing things to showcase a few possible ways one can achieve the same result. All the code is available at https://github.com/TheEmi/TodoRefineYou can see an instance of the app running at https://todo-app-rosy-pi-29.vercel.app/ Getting started To begin, we will head to refine.new which is a quick tool for creating the Refine project with the standard integrations already written. Selecting Vite…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.