1.0.1 • Published 3 months ago

ace-sql-linter v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Ace SQL Linter

Ace SQL Linter is a powerful extension for the Ace Linters suite, designed to provide comprehensive Language Server Protocol (LSP) support for various SQL dialects, including MySQL, PostgreSQL, and more. This extension integrates seamlessly with Ace Linters, enhancing your Ace editor with robust SQL linting capabilities.

Key Features

  • Support for Multiple SQL Dialects: Comprehensive linting for popular SQL dialects.
  • Seamless Integration with Ace Linters: Works in conjunction with the Ace Linters suite.
  • Easy Setup: Quick and straightforward integration into your existing Ace editor setup.
  • Robust SQL Language Features: Includes features like syntax highlighting, error detection.

Installation

To install Ace SQL Linter, run the following command:

npm install ace-linters
npm install ace-sql-linter

Usage

  1. Register neccessary service(s) on webworker's side:

    import {ServiceManager} from "ace-linters/build/service-manager";
    
    manager.registerService("mysql", {
        module: () => import("ace-sql-linter/build/mysql-service"),
        className: "MySQLService",
        modes: "mysql",
    });
  2. Use in conjuction with ace-linters main package similar to predefined services example

Supported SQL Languages

License

Ace linters is released under the MIT License.

1.0.1

3 months ago

1.0.0

5 months ago