sqlite-utils icon indicating copy to clipboard operation
sqlite-utils copied to clipboard

Consider including animated SVG console demos

Open simonw opened this issue 2 years ago • 1 comments

I recorded this one using https://github.com/nbedos/termtosvg - with pipx install termtosvg and then termtosvg - execute demo - exit to save.

sqlite-utils-insert-json

[
  {
    "id": 1,
    "name": "Catimus"
  },
  {
    "id": 2,
    "name": "Feliopia"
  }
]

simonw avatar Aug 02 '22 20:08 simonw

The neat thing about these is that they can be embedded directly in a GitHub README. Not sure if they show up on PyPI project pages, though I expect that they would.

simonw avatar Aug 02 '22 20:08 simonw