Join Discord
Powered by
Stored Procedures
# off-topic
m
Mattias
10/14/2021, 1:31 PM
Stored Procedures
Mattias
10/14/2021, 1:32 PM
Hi! š Is there a way I can create Stored Procedures (or any other SQL script) using my code editor and version control?
s
silentworks
10/14/2021, 1:59 PM
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
Mattias
10/14/2021, 2:08 PM
Thanks a lot! š I am also using SvelteKit š
Mattias
10/15/2021, 7:12 AM
@User
May I ask how you deploy this project?
s
silentworks
10/15/2021, 8:13 AM
Iām using fly.io for deployment
Previous
Next