More testing of the sqlx and squirrel database system, then added in goose for migrations. Pretty close to making a first version api.

This commit is contained in:
Zed A. Shaw 2025-05-31 00:10:22 -04:00
parent 07fa59c8e7
commit d49e1fbdc0
6 changed files with 554 additions and 7 deletions

View file

@ -9,7 +9,7 @@
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script>
let Streams = new GetJson("/api/stream/index.json");
let Streams = new GetJson("/api/stream/");
</script>
</head>