@async/db

Advanced settings atlas

Every setting should answer one production question.

Use these pages after the first fixture works. They explain which knob changes source discovery, schema contracts, runtime persistence, exposed routes, operation refs, mock behavior, and generated artifacts.

db.config.mjs
stores.default = "json"
resources.orders.store = "appDb"
server.expose.rest = "registered-only"
operations.acceptRefs = "ref"

source

Where fixtures and schema files live.

runtime

Where writes and hydrated state land.

public API

Which routes clients may call.