sql: name tables as Types, sample success optional
...and do not load blobs over 1M into memory
This commit is contained in:
parent
a8a722b002
commit
1ac96a4356
7 changed files with 269 additions and 124 deletions
5
src/q/add-str.sql
Normal file
5
src/q/add-str.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO Str(str)
|
||||
VALUES
|
||||
(?)
|
||||
ON CONFLICT DO NOTHING;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue