function
New
func New(
applicationConfig Config,
backend store.Store,
) (*App, error)Resolve an application and bind it to an already-open document store.
Use this when embedding Ridu into an existing Go process. Execute is the ordinary framework-owned server lifecycle.
An application compiled by ridu build receives the exact ordered migration-history fingerprint. The caller owns the pre-traffic readiness barrier for an application-owned HTTP server.