Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 311 Bytes

awesome-sql-scripts

This repository contains awesome timesaving and reusable SQL scripts that I've created and collected over the years.

  • SQL-table-to-csharp-class-generator.sql - Quickly generates a C# class from SQL table. Written in TSQL but can be easily modified to work with any sql dialect.