senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

Support any libraries or user-defined functions in raw SQL (Customization) #76

Closed senkenn closed 4 months ago

senkenn commented 4 months ago

This pull request includes several commits that refactor and enhance the SQL extraction functionality in the codebase. It introduces the SqlExtractionConfigRs type for SQL extraction configuration, adds support for the extra-traits feature in the syn dependency, and updates the logger creation in the formatSql and completionProvider functions. Additionally, it adds TypeORM integration and SQL query examples, updates npm dependencies to the latest versions, and includes various other improvements and fixes.

Please review the changes and merge them into the main branch if they meet the project's requirements.

close #66