An open API service indexing awesome lists of open source software.

https://github.com/rudi-bruchez/tsql-extractor

Extract T-SQL from parameterized strings
https://github.com/rudi-bruchez/tsql-extractor

sql-server

Last synced: 2 months ago
JSON representation

Extract T-SQL from parameterized strings

Awesome Lists containing this project

README

        

# tsql-extractor
Extract T-SQL from parameterized strings

first few lines of code, for my own usage.

To call :

```
cargo run inputfile.sql
```

The "cleaned" string will be printed on STDOUT. Redirect to store it in a file.

Hopefully, I will also format the output using the sqlformat Rust library...