Documentation
¶
Overview ¶
Package mongodb provides functionality for extracting database schema information from MongoDB databases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source represents a MongoDB database source for schema extraction.
func NewSourceFromClient ¶
NewSourceFromClient creates a new MongoDB source from an existing client. This is useful when you want to reuse an existing MongoDB client for schema extraction purposes.
Click to show internal directories.
Click to hide internal directories.