mk-pmb / postgres-dump-writer-helpers-220524-pmb-js

Utility functions for exporting lists of dictionary objects as postgres files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgres-dump-writer-helpers-220524-pmb

Utility functions for exporting lists of dictionary objects as postgres files.

API

This module exports an object that holds these functions:

quoteId(id)

Quote an identifier (table or column name) if necessary.

quoteVal(val)

Quote a value.

Usage

:TODO:

Known issues

  • Needs more/better tests and docs.

 

License

MIT

About

Utility functions for exporting lists of dictionary objects as postgres files.


Languages

Language:JavaScript 100.0%