TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Supabase-JS v2

162 点作者 samuba将近 3 年前

23 条评论

joshstrange将近 3 年前
I&#x27;m going to have to very kindly ask the Supabase devs to stop making such an appealing development platform as I don&#x27;t have the time&#x2F;energy to rewrite my existing web&#x2F;apps.<p>But for real, congrats on this and it looks very nice. At this point I&#x27;m just waiting on a new project that would be a good fit so I can play with all of this. Keep up the great work!
评论 #32486047 未加载
评论 #32487180 未加载
jackconsidine将近 3 年前
I love the concept of Supabase. The Firebase model is powerful but gated. For example, I recently had a project exceed FB&#x27;s quota of functions- you can&#x27;t deploy more than 60 endpoints in a minute which is a nightmare for CI pipelines which redeploy the entire app [0].<p>We recently tried Supabase on a &quot;frontier&quot; project, and found that it wasn&#x27;t quite mature enough for production use in our case. Intermittent network errors and lack of an up-to-date status page hampered productivity a bit. These API changes seem like steps in the right direction.<p>[0] <a href="https:&#x2F;&#x2F;firebase.google.com&#x2F;docs&#x2F;functions&#x2F;quotas" rel="nofollow">https:&#x2F;&#x2F;firebase.google.com&#x2F;docs&#x2F;functions&#x2F;quotas</a>
评论 #32487489 未加载
评论 #32487212 未加载
评论 #32489699 未加载
评论 #32486514 未加载
krono将近 3 年前
This article and others like it would greatly benefit from a brief description of the thing it is about.<p>It&#x27;s a second release candidate, there are instructions for how to install it, apparently it&#x27;s really popular (congratulations btw :)), but there&#x27;s no mention of its actual purpose. Could be another JS engine, a new Postgres JS extension, or who knows what else.<p>Wouldn&#x27;t have hurt to get the GitHub repo description &quot;An isomorphic Javascript client for Supabase.&quot; in there somewhere!
bicijay将近 3 年前
I love supabase and im using it on one of my projects. The only downside is the storage abstraction on top of S3, those Egress fees are huge. I would love to see a Backblaze b2 integration.
评论 #32487777 未加载
评论 #32492051 未加载
sweetheart将近 3 年前
Chiming in with the huge props to Supabase. I&#x27;m falling in love with the product, and I was also incredibly surprised at the ease of porting my applications on Firebase over to Supabase using their migration scripts.<p>I cannot recommend their platform enough to anyone who hasn&#x27;t tried it yet! It&#x27;s going to be my platform of choice for all my upcoming projects. Keep it up!
claytongulick将近 3 年前
I love supabase. The main competitor is the lesser well known project directus [1]. Posting my experience with Directus here to see how it compares to supabase for folks that have gone that direction.<p>I had a tough time picking between these, but ended up landing on directus for a few reasons:<p>1) I don&#x27;t like using db level users for RLS. Directus has a traditional users table that can be expanded with anything you want, and their roles ability is pretty comprehensive. Column level security is also straight forward based on declarative rules.<p>2) The Directus admin app is second to none, other than perhaps Django. Its extensibility is the real killer feature. I&#x27;m in production right now with nothing but the admin app and a set of extensions.<p>3) The files and storage capabilities support pretty much any mechanism you could dream up, plus build-in image editors etc...<p>4) The flows capability gives semi-technical users the ability to do IFTTT like logic inside the admin app. Pretty cool.<p>5) Directus has a (very) basic BI capability, that&#x27;s extensible, and tied into the permissions model.<p>6) This is just a personal preference, but Directus is a smaller company and operating on less funding. This means that we&#x27;re able to sponsor issues that are important to us and we can communicate directly with core team members. The team there has been extraordinarily responsive, and their github repo is the gold standard in community engagement, imho.<p>7) The deployment model is a breeze. Just a package.json dependency. npm install does everything.<p>Downsides:<p>- They fairly recently rewrote the whole platform from PHP to NodeJS. I applaud the decision, but this means that the product hasn&#x27;t reached the same level of maturity.<p>- QA: the Directus team moves fast and breaks things. We&#x27;ve encountered several situations where releases have come out with core functionality broken. We&#x27;ve learned to thoroughly QA a release before we update.<p>- DX: the developer experience for writing and debugging extensions isn&#x27;t the best. Its also very opinionated about Vue. I&#x27;m currently operating off a fork so that I can have a better DX and use Web Components (fortunately vue plays well with them). If you&#x27;re just using out of the box functionality and the API, this isn&#x27;t an issue.<p>[1] <a href="https:&#x2F;&#x2F;directus.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;directus.io&#x2F;</a>
评论 #32489368 未加载
LAC-Tech将近 3 年前
I&#x27;m having a bit of difficulty understanding what supabase is.<p>I thought it was a Postgres database that gave you a PostgREST HTTP API interface.<p>If that&#x27;s the case... what does the javascript library do?
评论 #32488659 未加载
评论 #32488708 未加载
mastazi将近 3 年前
I really love Supabase and I would consider it for my new project but I have a requirement to be schemaless, I know the reasons why they chose Postgres, those are explained clearly on their website, but I wish they added a NoSQL DB as an alternative at least.<p>In their FAQs they argue that you can just use JSON columns in Postgres but that doesn&#x27;t really solve my issue because those columns would still need to be pre-defined.
评论 #32490568 未加载
jadbox将近 3 年前
Has any used Fly.io app hosting with Supabase-JS for the DB? I&#x27;m curious to hear people&#x27;s experience.
评论 #32487327 未加载
ZiiS将近 3 年前
Much prefer the DX of the types inferring from the `from` and `select`. Also really love that `insert` now understands if a field is required (or has a server-side default etc.)<p>Unless I am missing something we seem to have lost all typing for Views? And it is less clear how to use PostREST style embedding?
评论 #32488025 未加载
evelynsalt将近 3 年前
What is the difference between Supabase and PostgREST <a href="https:&#x2F;&#x2F;postgrest.org&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;postgrest.org&#x2F;en&#x2F;stable&#x2F;</a><p>I know Supbase is a sponsor of the PostgREST.
评论 #32493198 未加载
emptysea将近 3 年前
How do you limit the queries allowed in the UI aka prevent someone from making a really slow &#x2F; large query? Do you general not use supabase directly in the UI and write an API that your front end can call instead?
评论 #32490860 未加载
评论 #32489328 未加载
throwaway_4ever将近 3 年前
Anyone running projects with just Next.js + Supabase and no traditional backend?
评论 #32488027 未加载
swyx将近 3 年前
congrats team! i like how you used detail&#x2F;summary tags to truncate the v1 vs v2 diffs.<p>&gt; It is a bit surprising that you need to add a select policy to do an insert, so we opted for the “principle of least surprise”. If you don&#x27;t append select(), the data value will be an empty object: {}.<p>i wonder if there will be dev-mode assistance&#x2F;hints for people who may be surprised by this.<p>I&#x27;m very excited for the multiplayer features you teased. it looks to be increasingly table stakes for any app, and people shouldn&#x27;t be handrolling this stuff.
评论 #32487730 未加载
cjblomqvist将近 3 年前
Maybe it&#x27;s been discussed before but since it&#x27;s a VC backed company, what&#x27;s their business model? They raised a ton of money. How do they plan on getting that back?
评论 #32487439 未加载
评论 #32486387 未加载
评论 #32487770 未加载
评论 #32486568 未加载
memphischris将近 3 年前
Supabase user here. Ive been happy with Supabase. It feels like the recent launches have been underwhelming.<p>I am really pumped for Neon and think they are doing something more differentiated.
评论 #32486130 未加载
评论 #32487608 未加载
评论 #32487460 未加载
评论 #32486095 未加载
jlbprof将近 3 年前
I cannot find an &quot;about&quot; page. What is Supabase?
评论 #32494577 未加载
Marlon1788将近 3 年前
cool v2, I was looking at supabase for my startup on the weekend and dropped it because I had a hard time working out types. Happy to see type release and will check out V2.<p>I agree with Krono &amp; jibprof about a brief description, please create an about or a better mission statement (other then &quot;open source firebase&quot;) on the main page.<p>and congratz on funding kia ora!
a-user-you-like将近 3 年前
Any support for <a href="https:&#x2F;&#x2F;flutterflow.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flutterflow.io&#x2F;</a> coming?
a-user-you-like将近 3 年前
What about updated Dart support and functions?
评论 #32494595 未加载
armatav将近 3 年前
if the logged out issue is truly fixed then this is amazing - waiting for it to get added to the auth helper lib!<p>(i’m the github complainer)
culiao将近 3 年前
how does directus compare to supabase? anyone compare the two..
bsimpson将近 3 年前
It&#x27;s wild that their whole value proposition seems to be &quot;It&#x27;s a Firebase clone, but open source.&quot;
评论 #32494521 未加载
评论 #32487474 未加载