save to db

This commit is contained in:
dylan
2024-03-31 17:33:27 -07:00
parent 8b987bc589
commit 7874167582
6 changed files with 163 additions and 18 deletions
@@ -4,10 +4,11 @@ DROP TABLE releases;
CREATE TABLE releases (
id text,
picobook_version int,
repo text,
author text,
slug text,
version text,
carts json,
title text,
manifest json,
created_at time
);