Postgres module

A set of components used to implement PostgreSQL persistence.

Packages

The module contains the following packages:

  • Build - factory to create PostreSQL persistence components.
  • Connect - connection component to configure PostgreSQL connection to database.
  • Persistence - abstract persistence components to perform basic CRUD operations.

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_postgres: version

Now you can install package from the command line:

pub get