feat: seem to be able to write to a db.

This commit is contained in:
Leonard Excoffier
2024-08-31 00:17:37 -04:00
parent 0fbbb37ef7
commit 765272f896
2 changed files with 49 additions and 14 deletions

View File

@@ -38,4 +38,7 @@ CREATE TABLE IF NOT EXISTS data (
fact_label VARCHAR(255),
fact_description TEXT,
fact_unit VARCHAR(255)
)
)
-- @block
CREATE TABLE IF NOT EXISTS data ();