Skip to content

Mytherin/vscode-sqllogictest

 
 

Repository files navigation

vscode-sqllogictest

This is an extension for Visual Studio Code that provides language support for sqllogictest, a text-driven testing framework for SQL databases.

You can (hopefully) install the extension by running install.sh.

Features

The headline feature of this extension is syntax highlighting for sqllogictest scripts:

syntax highlighting example

Because there is no standard file extension for sqllogictest scripts, vscode-sqllogictest will run some heuristics on plaintext files to determine whether to place them into sqllogictest mode. These heuristics are fairly primitive, so please file issues if you find sqllogictest files that are not detected as such, or vice versa.

Installation

Install via the VSCode Extension Marketplace.

About

sqllogictest syntax highlighting for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.9%
  • Shell 9.1%