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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Will PocketBase Survive?

61 点作者 alxjsn5 个月前

4 条评论

vunderba5 个月前
I really like Pocketbase as a simpler and locally hosted Firebase&#x2F;Supabase alternative (yes I know Supabase can be self-hosted but its pretty heavyweight) except for one major disadvantage - the lack of a NULL primitive type.<p>There&#x27;s no ability to set null as a value of an item despite null being a perfectly valid data type in SQLite (which is what Pocketbase uses).<p>Having to arbitrarily assign a MAGIC CONSTANT value (like -1 for example) to represent a &quot;lack of information&quot; in a column is kludgy at best, and impossible at worst - e.g. if all floating point values have meaning in a column, you&#x27;re out of luck. The only workaround is to create an unnecessary additional boolean column isNumFilled to indicate if the data in the numerical column is valid.
评论 #42499574 未加载
评论 #42501757 未加载
jasfi5 个月前
For a project with 42.2K stars I thought there would be sponsors by now.
demarq5 个月前
The answer from the maintainer is PERFECT.<p>This is the situation for a lot of open source projects.
ianschmitz5 个月前
(2023)
评论 #42500051 未加载