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