mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 23:32:14 +00:00
61d0427898
Signed-off-by: dusan <borovcanindusan1@gmail.com>
10 lines
366 B
Go
10 lines
366 B
Go
// Copyright (c) Abstract Machines
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package postgres contains the domain concept definitions needed to support
|
|
// Magistrala PostgreSQL database functionality.
|
|
//
|
|
// It provides the abstraction of the PostgreSQL database service, which is used
|
|
// to configure, setup and connect to the PostgreSQL database.
|
|
package postgres
|