Skip to content

feat: add support for SQL#356

Merged
lrasmus merged 4 commits intoStatTag:masterfrom
Ayush4958:add-support-for-sql
Mar 19, 2026
Merged

feat: add support for SQL#356
lrasmus merged 4 commits intoStatTag:masterfrom
Ayush4958:add-support-for-sql

Conversation

@Ayush4958
Copy link
Copy Markdown
Contributor

Description

After these changes StatWrap project will support few SQL dialects and in addition to for basic I/O operations.

Related Issues

Fix #352

ScreenShots

image image

Signed-off-by: Ayush <bhandariayush935@gmail.com>
Copy link
Copy Markdown
Contributor

@lrasmus lrasmus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, I like how you represented the tables and objects used.

Could we also get an icon for SQL files to display in the graph?

Also, you have a lot of dialects - sorry to ask if you can also include this approach for export:

\copy (select * from dbo.PERSON) TO 'PERSON.csv' csv header;

And import:

\copy dbo.PERSON FROM 'person.csv' DELIMITER ',' CSV HEADER;

Signed-off-by: Ayush <bhandariayush935@gmail.com>
@Ayush4958
Copy link
Copy Markdown
Contributor Author

Very nice, I like how you represented the tables and objects used.

Could we also get an icon for SQL files to display in the graph?

Sorry for late reply ,
I just started with implementation without confirming
and I have completed all the changes

Copy link
Copy Markdown
Contributor

@lrasmus lrasmus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great, just wanted to get your feedback on a possible alternate icon to use.

Comment thread app/images/sql.svg
Signed-off-by: Ayush <bhandariayush935@gmail.com>
@Ayush4958 Ayush4958 force-pushed the add-support-for-sql branch from d6cc143 to bac8519 Compare March 19, 2026 19:30
Copy link
Copy Markdown
Contributor

@lrasmus lrasmus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding in support for SQL!

Comment thread app/images/sql.svg
@lrasmus lrasmus merged commit 31bd03f into StatTag:master Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support detection of SQL

2 participants