Y
Hacker News
new
|
ask
|
show
|
jobs
by
wowamit
203 days ago
> 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?
2 comments
odie5533
203 days ago
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.
link
RedShift1
203 days ago
It creates a REST API for your SQLite database with some extras.
link