barrel_sup (barrel v1.0.0)

View Source

barrel top level supervisor.

barrel is an embeddable library: composed databases are opened on demand by the embedding application via barrel:open/2. The static children are the record-indexer supervisor (one indexer per record-mode database) and the live-query supervisor (one worker per SUBSCRIBE statement).

Summary

Functions

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.