simplestack.orm icon indicating copy to clipboard operation
simplestack.orm copied to clipboard

Getting SQL in string form

Open thebestdevintheworld opened this issue 2 years ago • 1 comments

Hello SimpleStack team. Thank you for the great project! I was wondering if there is a way to get the string form of the SQL for examle "SELECT . . . . " instead of using the commands from the API. Thank you in advance :D

thebestdevintheworld avatar Jun 11 '23 04:06 thebestdevintheworld

Sorry for late answer...

SimpleStack is just a layer over Dapper, all the Dapper command with "string queries" are therefore available.

vdaron avatar Jan 17 '24 07:01 vdaron