Manifold's SQL engine includes multiple features specifically designed for spatial SQL. Works for all data, including rasters, vector, and tables. The engine is automatically CPU parallel and GPU parallel.
💾 Click here to download VSIX
then run code.exe --install-extension .\sql9.vsix.
This extension provides syntax highlighting and snippets for Manifold's SQL.
Scope names are chosen such that default VS Code theme (Dark+ or Light+) has a distinct color defined for the scope.
Currently there are no extension specific settings.
This is an early release. Please help.
- If
npmnot already installed, runscoop install nodejsif you likescoop, or installnpmany other way. - If
vscenot already installed, runnpm install -g @vscode/vsce. - To start using your extension with Visual Studio Code run
vsce package -o dist/sql9.vsixin this folder and then runcode --install-extension .\dist\sql9.vsix.
Add new function names from Manifold 9.0.180
Add dist/sql9.vsix
Add a snippet
Initial release of Manifold® Release 9's SQL support in VSCode