Skip to content
On this page

Getting Started

EXPERIMENTAL

SafeQL is still in the experimental stage, and it's not recommended to use it in production yet.

Prerequisites

Make sure you have ESLint installed in your project and that it's configured to work with TypeScript.

Installation

With NPM:

bash
npm install --save-dev @ts-safeql/eslint-plugin libpg-query

With PNPM:

bash
pnpm add --save-dev @ts-safeql/eslint-plugin libpg-query

With Yarn:

bash
yarn add --dev @ts-safeql/eslint-plugin libpg-query