Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2026 Changes in this version + type DevDB struct + func Open(ctx context.Context, devURL string) (*DevDB, error) + func Start(ctx context.Context) (*DevDB, error) + func (d *DevDB) Apply(ctx context.Context, sql string) error + func (d *DevDB) Close() error + func (d *DevDB) External() bool + func (d *DevDB) Reset(ctx context.Context) error + func (d *DevDB) URL() string