Stored Procedures
# off-topic
m
Stored Procedures
Hi! šŸ™‚ Is there a way I can create Stored Procedures (or any other SQL script) using my code editor and version control?
s
Yes just use a migration tool, you can see I'm using one in my project here https://github.com/silentworks/lnkd, look at the migrations directory, the tool is called ley (https://github.com/lukeed/ley)
m
Thanks a lot! šŸ™ I am also using SvelteKit šŸ˜€
@User May I ask how you deploy this project?
s
I’m using fly.io for deployment