Versions in this module Expand all Collapse all v0 v0.2.0 Jul 21, 2025 Changes in this version + type Source struct + func NewSource(connStr string) (*Source, error) + func NewSourceFromClient(client *mongo.Client) *Source + func (s *Source) Close() error + func (s *Source) ExtractSchema(ctx context.Context) (schema dberd.Schema, err error)