Live data from Hacker News

Pocketbase – open-source realtime back end in 1 file

pocketbase.io

11–20 of 211 posts

Re: Pocketbase – open-source realtime back end in 1 file

#11
post #8

> PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions I am not sure I understand—is this a wrapper around SQLite?

It creates a REST API for your SQLite database with some extras.

Re: Pocketbase – open-source realtime back end in 1 file

#13
post #8

> PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions I am not sure I understand—is this a wrapper around SQLite?

It makes SQLite a service that provides you with an authenticated data access layer via a REST API. It is not a wrapper although it does use SQLite as its database.

Re: Pocketbase – open-source realtime back end in 1 file

#19
Is this really realtime?

From looking at the description it sounds more like subscriptions to events of data changes that are dispatched close to the data operation

How would realtime even work for a networked system going over tcp?

https://en.wikipedia.org/wiki/Real-time_computing

Re: Pocketbase – open-source realtime back end in 1 file

#20

Trailbase is the same concept, but written in Rust instead of Go.

TrailBase has a comparison page https://trailbase.io/comparison/pocketbase/

I appreciate their honesty. After a quick look I’d give another point to Pocketbase for it’s admin UI. The TrailBase one is pretty sloppy (on mobile at least), and looks like it’s using bootstrap.

Pocketbase has a sense of quality/care around it that seems missing.

Post reply on HN