Snapshotmaster · 5d217dd
HTTP routes apply collection rules and hooks around record models, SQLite transactions, authentication, files, and subscriptions.
Click a building or route
System map8 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
CollectionA runtime-defined schema and rule set whose rows are PocketBase records.
How to study this repo
- 1Route one request
Follow record creation from the router into its request event.
- 2Persist safely
Trace record validation and save behavior through a database transaction.
- 3Notify a subscriber
See how a successful mutation becomes an authorized realtime message.