Hi guys, is anyone here using <https://github.com/...
# orm-help
j
Hi guys, is anyone here using https://github.com/amplication/prisma-schema-dsl? Cant get it to work...
n
Hey Joao ๐Ÿ‘‹ I havenโ€™t used it personally but I know that the author @Iddan Aaronsohn is on our Slack as well, maybe you have luck reaching out to him ๐Ÿ™‚
j
thx Nikolas I have a problem to solve on premise software, but really dont know how to go about it... Thx for your time, I've been here since graphq.cool and you, with the big success of your softwares and new responsabilities, still respond to questions.. Thx again ๐Ÿ™‚
๐Ÿ’š 1
i
Hey, sorry for the very late response. How can I help?
j
hi @Iddan Aaronsohn , no problem... Sorry to bother you.. I have an old software that works with dynamic sql tables, right now I cant map it to a prisma schema automatically, I was trying to use your package, dont know if it is the way to go... thx
Every time I have a new client a dynamic table is created from the .net side...
I wanted to sync to my prisma shema for me to not write raw sql unsafe
i
Cool
I think it is
What's the issue you are experiencing?
j
Cool, I was asking for a ts file example...
I didnt really understand how to use the builders... Sorry
I wanted to create a model from db automatically