feat: playing with htmx

This commit is contained in:
Jef Roosens 2024-12-28 12:25:51 +01:00
parent 08f6faef52
commit 35f1433e40
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
8 changed files with 88 additions and 14 deletions

View file

@ -2,5 +2,5 @@ create table plants (
id integer primary key,
name text not null,
species text not null,
description text
description text not null
);