mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-04 22:17:59 +08:00

* MF-732 - Add PostgreSQL writer Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix reviews Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Add README Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Unify writers api Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix host and port Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com> * Fix reviews Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
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
|