mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00
10 lines
338 B
Go
10 lines
338 B
Go
![]() |
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package mongodb contains the domain concept definitions needed to support
|
||
|
// Mainflux Mongo database functionality.
|
||
|
//
|
||
|
// It provides the abstraction of the Mongo database service, which is used
|
||
|
// to configure, setup and connect to the Mongo database.
|
||
|
package mongodb
|