logoalt Hacker News

wowamittoday at 5:54 AM2 repliesview on HN

> 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?


Replies

odie5533today at 6:04 AM

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.

RedShift1today at 6:00 AM

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