© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Executing stored procedure in MS SQL - Kysely
K
Kysely
•
15mo ago
•
3 replies
bombillazo
Executing stored procedure in MS SQL
Hello
, I
've used Kysely for PG DB and love it
, now I have a MSS SQL project and need to execute some Stored Procedures
, how would one do this
?
Solution
Hey
Kysely has nothing for Stored Procedure execution
. Wrap each execution with a type
-safe function
. Use
sql
sql
under the hood
.
If these things can be introspected
, there is potential in generating these type
-safe functions
.
Jump to solution
Kysely
Join
First came Kysely, the type-safe query builder for TypeScript, then came people asking questions, then came the Discord server.Join if you like Kysely or have questions, or both.
2,000
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Triggers vs stored procedures
K
Kysely / help
3y ago