datasette-insert
datasette-insert copied to clipboard
Datasette plugin for inserting and updating data
Hello, thank you for the wonderful work! When a table's primary key is generated by sqlite, it would be useful to return a reference to [that id](https://www.sqlite.org/faq.html#q1). For example, my...
The sqlite-utils module provides functionality to insert base64-encoded binary data through a particular syntax, as explained here: https://sqlite-utils.datasette.io/en/stable/cli.html#inserting-binary-data This commit exposes the same functionality for datasette-insert.
closes https://github.com/simonw/datasette-insert/issues/21
I found a case where `/-/upsert`ing a non-existing row behaves differently than `/-/insert`ing a non-existing row. This surprised me, but I might be misunderstanding the intended use. If I have...
Hi Simon, And thank you for making `datasette` available, I love SQLite and datasette is an additional reason to. - Would you be so kind to advise; is it possible...