Directories ¶
Path | Synopsis |
---|---|
build
|
|
version
Package version provides information about FerretDB version and build configuration.
|
Package version provides information about FerretDB version and build configuration. |
cmd
|
|
Package ferretdb provides embeddable FerretDB implementation.
|
Package ferretdb provides embeddable FerretDB implementation. |
integration
module
|
|
internal
|
|
backends
Package backends provides common interfaces and code for all backend implementations.
|
Package backends provides common interfaces and code for all backend implementations. |
backends/sqlite
Package sqlite provides SQLite backend.
|
Package sqlite provides SQLite backend. |
backends/sqlite/metadata
Package metadata provides access to SQLite databases and collections information.
|
Package metadata provides access to SQLite databases and collections information. |
backends/sqlite/metadata/pool
Package pool provides access to SQLite database connections.
|
Package pool provides access to SQLite database connections. |
bson
Package bson provides converters from/to BSON for built-in and `types` types.
|
Package bson provides converters from/to BSON for built-in and `types` types. |
clientconn
Package clientconn provides client connection implementation.
|
Package clientconn provides client connection implementation. |
clientconn/conninfo
Package conninfo provides access to connection-specific information.
|
Package conninfo provides access to connection-specific information. |
clientconn/connmetrics
Package connmetrics provides listener and connection metrics.
|
Package connmetrics provides listener and connection metrics. |
clientconn/cursor
Package cursor provides access to cursor registry.
|
Package cursor provides access to cursor registry. |
handlers
Package handlers provides an interface for all handlers.
|
Package handlers provides an interface for all handlers. |
handlers/common
Package common provides common code for all handlers.
|
Package common provides common code for all handlers. |
handlers/common/aggregations
Package aggregations provides aggregation pipelines.
|
Package aggregations provides aggregation pipelines. |
handlers/common/aggregations/operators
Package operators provides aggregation operators.
|
Package operators provides aggregation operators. |
handlers/common/aggregations/operators/accumulators
Package accumulators provides aggregation accumulator operators.
|
Package accumulators provides aggregation accumulator operators. |
handlers/common/aggregations/stages
Package stages provides aggregation stages.
|
Package stages provides aggregation stages. |
handlers/common/aggregations/stages/projection
Package projection provides projection for aggregations.
|
Package projection provides projection for aggregations. |
handlers/commoncommands
Package commoncommands provides command handlers shared by all handlers.
|
Package commoncommands provides command handlers shared by all handlers. |
handlers/commonerrors
Package commonerrors providers errors shared by all handlers.
|
Package commonerrors providers errors shared by all handlers. |
handlers/commonparams
Package commonparams contains functions for parsing handlers parameters.
|
Package commonparams contains functions for parsing handlers parameters. |
handlers/hana
Package hana provides SAP HANA handler.
|
Package hana provides SAP HANA handler. |
handlers/hana/hanadb
Package hanadb provides SAP HANA connection utilities.
|
Package hanadb provides SAP HANA connection utilities. |
handlers/pg
Package pg provides PostgreSQL handler.
|
Package pg provides PostgreSQL handler. |
handlers/pg/pgdb
Package pgdb provides PostgreSQL connection utilities.
|
Package pgdb provides PostgreSQL connection utilities. |
handlers/proxy
Package proxy sends requests to another wire protocol compatible service.
|
Package proxy sends requests to another wire protocol compatible service. |
handlers/registry
Package registry provides a registry of handlers.
|
Package registry provides a registry of handlers. |
handlers/sjson
Package sjson provides converters from/to jsonb with some extensions for built-in and `types` types.
|
Package sjson provides converters from/to jsonb with some extensions for built-in and `types` types. |
handlers/sqlite
Package sqlite provides SQLite handler.
|
Package sqlite provides SQLite handler. |
handlers/tigris
Package tigris provides Tigris handler.
|
Package tigris provides Tigris handler. |
handlers/tigris/tigrisdb
Package tigrisdb provides Tigris connection utilities.
|
Package tigrisdb provides Tigris connection utilities. |
handlers/tigris/tjson
Package tjson provides converters from/to Tigris JSON with schema for built-in and `types` types.
|
Package tjson provides converters from/to Tigris JSON with schema for built-in and `types` types. |
types
Package types provides Go types matching BSON types that don't have built-in Go equivalents.
|
Package types provides Go types matching BSON types that don't have built-in Go equivalents. |
types/fjson
Package fjson provides converters to FJSON (JSON with some extensions) for built-in and `types` types.
|
Package fjson provides converters to FJSON (JSON with some extensions) for built-in and `types` types. |
util/contract
Package contract provides Design by Contract functionality.
|
Package contract provides Design by Contract functionality. |
util/ctxutil
Package ctxutil provides context helpers.
|
Package ctxutil provides context helpers. |
util/debug
Package debug provides debug facilities.
|
Package debug provides debug facilities. |
util/debugbuild
Package debugbuild provides information about whatever this is a debug build or not.
|
Package debugbuild provides information about whatever this is a debug build or not. |
util/hex
Package hex provides helpers for working with hex dumps.
|
Package hex provides helpers for working with hex dumps. |
util/iterator
Package iterator describes a generic Iterator interface and related utilities.
|
Package iterator describes a generic Iterator interface and related utilities. |
util/iterator/testiterator
Package testiterator provides a helper for checking iterator implementations.
|
Package testiterator provides a helper for checking iterator implementations. |
util/lazyerrors
Package lazyerrors provides error wrapping with file location.
|
Package lazyerrors provides error wrapping with file location. |
util/logging
Package logging provides logging helpers.
|
Package logging provides logging helpers. |
util/must
Package must provides helper functions that panic on error.
|
Package must provides helper functions that panic on error. |
util/observability
Package observability provides abstractions for tracing, metrics, etc.
|
Package observability provides abstractions for tracing, metrics, etc. |
util/resource
Package resource provides utilities for tracking resource lifetimes.
|
Package resource provides utilities for tracking resource lifetimes. |
util/state
Package state stores FerretDB process state.
|
Package state stores FerretDB process state. |
util/telemetry
Package telemetry provides basic telemetry facilities.
|
Package telemetry provides basic telemetry facilities. |
util/teststress
Package teststress provides a helper for stress testing.
|
Package teststress provides a helper for stress testing. |
util/testutil
Package testutil provides testing helpers.
|
Package testutil provides testing helpers. |
wire
Package wire provides wire protocol implementation.
|
Package wire provides wire protocol implementation. |
tools
module
|
Click to show internal directories.
Click to hide internal directories.