Set up sqlx

This commit is contained in:
Joscha 2023-08-03 23:06:17 +02:00
parent 12ec8ac217
commit 79667c15b8
5 changed files with 980 additions and 21 deletions

View file

@ -9,7 +9,7 @@
<body>
<h1>Hello</h1>
<p>{{ greetee }}</p>
<p>The number from the DB is {{ number }}, yay!</p>
<button id="button">Click me!</button>
</body>