Categorygithub.com/neuronlabs/neuron-extensions/repository/postgres
modulepackage
0.0.11
Repository: https://github.com/neuronlabs/neuron-extensions.git
Documentation: pkg.go.dev

# README

Neuron Logo

Neuron Postgres Go Report Card GoDoc Build Status License

postgres is the github.com/neuronlabs/neuron postgres repository driver.

What is Neuron Postgres

Neuron Posgres is the PostgreSQL ORM Repository driver for the github.com/neuronlabs/neuron.

Installation

go get github.com/neuronlabs/neuron-extensions/repository/postgres

Neuron postgres is the extension for the neuron requires github.com/neuronlabs/neuron root package.

Docs

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Get gets the mapped postgres pq.Error to the neuron error class.
New creates new postgres repository with provided options.

# Constants

FactoryName defines the name of the factory.

# Variables

ErrInternal is the internal error in the postgres repository package.
ErrPostgres is the major error classification for the postgres repository.
ErrUnmappedError is the error classification for unmapped errors.

# Structs

Postgres is the neuron repository that allows to query postgres databases.