Skip to content

CrimsonAndRed/MyLittleSqlInsert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project designed to prettify SQL insert statements.

Supported formats

At this time this tool partially supports Oracle INSERT statements. Alt text

Running

To run tool from source code:

cargo run -- '<your insert statement>'

Example:

cargo run -- 'insert into test_table (col1, col2, col3) values (1, 2, 3)'

About

Tool for SQL Insert formatting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages