simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.63k stars 111 forks source link

Consider including animated SVG console demos #461

Open simonw opened 2 years ago

simonw commented 2 years ago

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 commented 2 years ago

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.