
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@ln-maf/postgresql
Advanced tools
This module is created to allow other projects to easily utilize PostgreSQL when writing test cases. Additionally, a utility function is used to test using this.
To use this you must require this library after installing using npm.
npm i @ln-maf/postgresql
Keytar is used to store access to the username and password for sql. Alternatively, Environment Variables Can be used as well. The following environment variables are used:
TRUE to use environment variables instead of keytar.To setup an sql config please run the following from your project root:
node node_modules/@ln-maf/postgresql/config.js
Or create a JSON with the name postgresql.sqlConfig.json in the root directory of your project. The following is an example of the JSON:
{
"host": "localhost",
"port": 5432,
"database": "database"
}
Add a step definition import file with the following line so that the following postgresql steps are available:
require('@ln-maf/postgresql)
Utilizes the sql system associated with the item provided. By default will use postgresql.sqlConfig.json in the root directory of the project if none is provided.
Runs a query from the provided item. Allows templated args as per the global cucumber projects. Stores the results in this.results.lastRun. Usable in cucumber as ${lastRun} or the it keyword.
FAQs
PostgreSQL support / step definitions for MAF
We found that @ln-maf/postgresql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.