Will PocketBase Survive?
github.com
Will PocketBase Survive?
1–10 of 13 posts
Re: Will PocketBase Survive?
#2Re: Will PocketBase Survive?
#3There'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).
Having to arbitrarily assign a MAGIC CONSTANT value (like -1 for example) to represent a "lack of information" in a column is kludgy at best, and impossible at worst - e.g. if all floating point values have meaning in a column, you'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.
Re: Will PocketBase Survive?
#4I really like Pocketbase as a simpler and locally hosted Firebase/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. There'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). Having to arbitrarily assign a MAGIC CONSTANT value…
Re: Will PocketBase Survive?
#5(2023)
In fact, ~~development velocity has slowed recently~~ PocketBase has been in a feature freeze recently.
But like with any project like this, you need to weigh up the pros and cons of whatever tech stack you choose.
PocketBase at least is MIT licensed, so you can fork and fix/add new features if you want. If you’re running a successful business with PocketBase as a backend, it might be sensible to do this anyway, and potentially hire a Go dev or consultant to do whatever work you need doing, rather than hoping Gani has it on his priority list.
Re: Will PocketBase Survive?
#6Re: Will PocketBase Survive?
#7This is the situation for a lot of open source projects.
Re: Will PocketBase Survive?
#8(2023)
Yep, but the situation hasn’t changed. In fact, ~~development velocity has slowed recently~~ PocketBase has been in a feature freeze recently. But like with any project like this, you need to weigh up the pros and cons of whatever tech stack you choose. PocketBase at least is MIT licensed, so you can fork and fix/add new features if you want. If you’re running a successful business with PocketBase as a backend, it mi…
Re: Will PocketBase Survive?
#9Earlier quoted context omitted.
Yep, but the situation hasn’t changed. In fact, ~~development velocity has slowed recently~~ PocketBase has been in a feature freeze recently. But like with any project like this, you need to weigh up the pros and cons of whatever tech stack you choose. PocketBase at least is MIT licensed, so you can fork and fix/add new features if you want. If you’re running a successful business with PocketBase as a backend, it mi…
There’s already a maintainer, why not give him a contract?
Obviously everyone has a price, so maybe I’m wrong, but even then you’ve not solved the “bus factor” problem.
Re: Will PocketBase Survive?
#10(2023)
Yep, but the situation hasn’t changed. In fact, ~~development velocity has slowed recently~~ PocketBase has been in a feature freeze recently. But like with any project like this, you need to weigh up the pros and cons of whatever tech stack you choose. PocketBase at least is MIT licensed, so you can fork and fix/add new features if you want. If you’re running a successful business with PocketBase as a backend, it mi…