SkillAgentSearch skills...

Sql2object

Created with Angular to help developers generate C# / TypeScript / Swift objects from SQL data or scripts.

Install / Use

/learn @shammelburg/Sql2object
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SQL2Object

View website - www.sql2object.com

This project was created to prevent developers having to type entire classes from scratch based on SQL columns or Stored Procedure parameters.

How to use

SQL Type - Result

  • This requires you to run a query and select a row (with as much data as possible)
  • Right click the row number and select Copy with Headers
  • Paste your selection into the app
  • Select an Object Type
  • Click Generate object

Note: The data copied from the query result is in a tab delimited format.

SQL Type - Stored Procedure

  • This requires you to copy the SP parameters
  • Paste your selection into the app
  • Select an Object Type
  • Click Generate object

Example - you can copy and paste this into the app
@FieldId int,
@Active bit,
@Username nvarchar(255),

Related Skills

View on GitHub
GitHub Stars5
CategoryData
Updated9mo ago
Forks0

Languages

TypeScript

Security Score

62/100

Audited on Jun 7, 2025

No findings