Skip to content

Commit

Permalink
fix: enable SQLite which is actually supported (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <admin@1stg.me>
  • Loading branch information
jlarmstrongiv and JounQin committed Nov 9, 2023
1 parent 7f50e90 commit a8a0ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-colts-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"prettier-plugin-sql": patch
---

fix: enable SQLite which is actually supported
4 changes: 4 additions & 0 deletions packages/sql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ const SqlPlugin: Plugin<AST | string> = {
value: 'spark',
description: 'Spark: https://spark.apache.org',
},
{
value: 'sqlite',
description: 'SQLite: https://www.sqlite.org',
},
{
value: 'trino',
description: 'Trino: https://trino.io',
Expand Down

0 comments on commit a8a0ff4

Please sign in to comment.