0.0.1 • Published 2 years ago

pgsql-eslint-parser v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

WORK IN PROGRESS

What is this?

An eslint parser for postgres sql. Mostly a wrapper around https://github.com/pganalyze/libpg_query

What is this for?

Eslint is a generic linting platform that supports custom parsers. The end goal of the project is to be able to lint queries in JS and Typescript. Create custom rules for migration scripts, but also lint queries in your integration tests. One could for example, force that all queries use parameters