# README
Neuron Postgres

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
- neuron: https://docs.neuronlabs.io/neuron
- Neuron-PQ: https://docs.neuronlabs.io/postgres
- GoDoc: https://godoc.org/github.com/neuronlabs/postgres
- Project Neuron: https://docs.neuronlabs.io
# 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.