purcell / sqlint

Simple SQL linter supporting ANSI and PostgreSQL syntaxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support to check Primary Keys and Column Format

bheemreddy181-zz opened this issue · comments

commented

Does SQL lint only checks the Syntax of the SQL file or it does support checking whether there are any primary keys existing for a table or not and whether the column formats as expected or not?

Hi! Sqlint is just a syntax checker, and knows nothing about the structure of your database.