11 lines
202 B
Go
11 lines
202 B
Go
|
//
|
||
|
// Copyright (c) 2019
|
||
|
// Mainflux
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
// Package postgres contains repository implementations using Postgres as
|
||
|
// the underlying database.
|
||
|
package postgres
|