GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Summary (AI generated)
Archived original version »PocketBase is an open-source realtime backend in Go, consisting of an embedded SQLite database with real-time subscriptions, built-in files and users management, a convenient Admin dashboard UI, and a simple REST-ish API. It allows you to build a custom app with your own business logic while still having a single portable executable at the end. PocketBase is currently under active development and has no guarantee of backward compatibility until reaching v1.0.0.
The installation process involves running go get github.com/pocketbase/pocketbase and building with either CGO or non-CGO versions depending on your needs. Testing is conducted via the default go test command, and contributions are welcome in the form of source code improvements, feature suggestions, issue reports, and donations.
PocketBase aims to maintain a balance between features and simplicity while ensuring security and stability for its users.