linksplatform / linksplatform/RegularExpressions.Transformer.HasuraSQLSimplifier
Compactify into single line
Open
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
SELECT
*
FROM
nodes
WHERE
```
to
```
SELECT * FROM nodes WHERE
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the SQL simplification entry point in the C# class library or command-line tool, then run it with the SQL shown in the issue. Done means the multiline SELECT, FROM, and WHERE input is compacted to `SELECT * FROM nodes WHERE` as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100