-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Milestone
Description
See also:
It turns out I want to be able to call /db/-/create multiple times with the rows argument, so that I don't have to worry about creating the table first.
As such I find myself wanting support for the "insert": true and "replace": true options as well.
Still TODO:
- A test for the case where you call
/-/createtwice withrowswithout using these options -
pkshould be required if you are using these options - Error if you pass
pkand the table exists already but has a differentpk - Documentation for
insertandreplace- and what happens if you repeat a/-/createwith rows generally - Documentation should explain that you are allowed to call
/-/createmore than once usingrows.
Reactions are currently unavailable