Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SQL2RUST

Imgur

Convert your mssql create table Statements to Rust structs.

How do i use it you ask?

I don't know - but i can tell you how I use it:

In azure data studio:

  1. rightclick on any table and select "Script as Create"

  2. select the relevant part ("Create Table.. until the last field)

  3. paste the selection into any editor that supports stdin/stdout operations (of course (n)vim or helix)

  4. select the lines and type

  5. :!sql2rust

  6. experience a wide range of bugs and create an issue here

About

Convert MSSQL Create Statements to Rust Structs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages