Pocketbase – open-source realtime back end in 1 file
pocketbase.io
Pocketbase – open-source realtime back end in 1 file
1–10 of 211 posts
Re: Pocketbase – open-source realtime back end in 1 file
#2Re: Pocketbase – open-source realtime back end in 1 file
#3Re: Pocketbase – open-source realtime back end in 1 file
#4I guess for some reason I was hoping for source code that was only one file.
Re: Pocketbase – open-source realtime back end in 1 file
#5There have been a ton of releases since then. It looked like a pretty interesting project at the time. It made me want to look for a project to use it for but I never got around to it.
I'd be interested to hear from people who have been using it and how keeping up with the releases has been (compatibility / breaking changes in API, ease of migration, issues, etc).
Re: Pocketbase – open-source realtime back end in 1 file
#6Apparently 1 file just means a static go binary with a bunch of separate assets compiled in. I guess for some reason I was hoping for source code that was only one file.
Re: Pocketbase – open-source realtime back end in 1 file
#7It got some good discussion back in January, 2024: https://news.ycombinator.com/item?id=38898934 There have been a ton of releases since then. It looked like a pretty interesting project at the time. It made me want to look for a project to use it for but I never got around to it. I'd be interested to hear from people who have been using it and how keeping up with the releases has been (compatibility / breaking chang…
I use Go so all I have to do is `go get -u` and `go mod tidy` and then it's upgraded. It works great.
Re: Pocketbase – open-source realtime back end in 1 file
#8I am not sure I understand—is this a wrapper around SQLite?