Query SQL Database from Svelte App Backend
Solution 1:
No, there is no backend at all when you do npx degit sveltejs/template my-svelte-project
. You only get the environment that you need to develop your frontend.
You might want to look at SvelteKit for a combination of a Svelte frontend and backend capabilities.