Files
Dušan Borovčanin 61d0427898 NOISSUE - Rename to Magistrala (#3427)
Signed-off-by: dusan <borovcanindusan1@gmail.com>
2026-04-06 15:23:42 +02:00

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