Skip to content

stonerl/nova-sql-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Language Extension for Nova

Provides advanced SQL syntax highlighting and editing support in Nova using Tree-sitter SQL.

Tree-sitter Parser

This extension uses the Tree-sitter SQL parser by Derek Stride for precise and performant syntax highlighting and code folding.

Supported SQL Dialects

  • Generic SQL
  • MySQL / MariaDB
  • PostgreSQL
  • SQLite
  • T-SQL
  • PL/SQL
  • N1QL
  • Trino
  • Redshift
  • SingleStore
  • Snowflake
  • SparkSQL

Recognized File Extensions

The extension automatically recognizes files with these extensions:

.sql, .ddl, .tsql, .psql, .pgsql, .mysql, .hqsql, .hql, .q,
.pls, .bdy, .fnc, .pck, .pkb, .pks, .plb, .plsql, .prc, .spc, .tpb, .tps, .trg, .vw,
.db2, .db2i, .cql, .inc, .tab, .udf, .viw,
.sqlite, .sqlite3, .bq, .bigquery,
.sf.sql, .rs.sql, .trino.sql, .singlestore.sql,
.spark.sql, .flink.sql, .flinksql, .n1ql, .mariadb.sql

This ensures seamless integration with your existing SQL files without additional configuration.

Releases

No releases published

Sponsor this project

 

Languages