benjie / prettier-plugin-pg

[WIP] Plugin for prettier to support formatting of PostgreSQL-flavour SQL, including function bodies in SQL, pgSQL, PLV8, plpython, etc.
MIT License
277 stars 5 forks source link

SQLite Support? #7

Closed andykais closed 5 years ago

andykais commented 5 years ago

Hi! Thanks for working on this project! I was wondering if it will work with sqlite sql. I dont know all the syntax, but so far as I know, sqlite is nearly a superset of standard sql

benjie commented 5 years ago

It will not be a goal of the project (at least not initially); but likely it will work for much of it since PostgreSQL is fairly standards-compliant.

andykais commented 5 years ago

ok, thanks for answering