sql: name tables as Types, sample success optional

...and do not load blobs over 1M into memory
This commit is contained in:
Else, Someone 2025-04-29 01:50:55 +00:00
parent a8a722b002
commit 1ac96a4356
7 changed files with 269 additions and 124 deletions

5
src/q/add-str.sql Normal file
View file

@ -0,0 +1,5 @@
INSERT INTO Str(str)
VALUES
(?)
ON CONFLICT DO NOTHING;