SQLite BLOB columns can store entire binary files. The challenge is inserting them, since they don't neatly fit into JSON objects. It would be great if the `sqlite-utils` CLI had a trick for helping with this. Inspired by https://github.com/simonw/datasette-media/issues/14
SQLite BLOB columns can store entire binary files. The challenge is inserting them, since they don't neatly fit into JSON objects.
It would be great if the
sqlite-utilsCLI had a trick for helping with this.Inspired by simonw/datasette-media#14