@sqlpm/settings-postgresql

0.1.3 • Public • Published

settings-postgresql

contains helper functions for using PostgreSQL configuration settings

Introduction

This package contains re-usable Postgresql sql ddl. The package is installed using a traditional node package manager such as npm, yarn or pnpm. Applying the sql located in the package to a Postgresql database instance can be done by using Sql Package Manager or a migration tool of your choosing.

This package has:

  • definitions - Sql is stored within the package.
  • Testing, BDD/TDD - Testing is done using the jest testing framework but the tests are written in Sql. True behavior driven development is supported via yarn test:postgresql:watch.
  • versioned - Versioning is used and supported via lerna.
  • dependencies - The dependency features of the javascript package manager are leveraged. Sql Package Manager projects can depend on other projects.

Usage

// TODO

Generated

This package was generated using @sqlpm/package-generator-ts.

Package Sidebar

Install

npm i @sqlpm/settings-postgresql

Weekly Downloads

6

Version

0.1.3

License

MIT

Unpacked Size

8.48 kB

Total Files

7

Last publish

Collaborators

  • erichosick