1

I am using SQL Server and interact with the database exclusively through stored procedures (no SQL statements, tables, etc). I have access to the T-SQL source code, a .dacpac, and the database itself.

Are there any existing tools/ORM's that can generate TypeScript type definitions (*.d.ts files) for the stored procedures?

This question is related, but different language and for tables instead of stored procedures

5
  • 2
    Everything about this question terrifies me. Commented Jan 8, 2020 at 19:31
  • What do you mean by "generate types for stored procedures"? Your question is not clear. And no idea what that link has to do with your question at all. Commented Jan 8, 2020 at 19:36
  • @IanKemp agreed, but its where I'm at Commented Jan 8, 2020 at 19:46
  • Are you asking what SQL Server metadata you can use to write your own code generators, or asking whether there are any Object-Relational Maping (ORM) solutions for Typescript? Commented Jan 8, 2020 at 19:47
  • @DavidBrowne-Microsoft the second, edited the question accordingly Commented Jan 9, 2020 at 0:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.