If you edit an sqlite3 database as a file in Vim, you won't normally get anything useful out. If you save this file in your config as `plugin/sqlite3.vim`, you should get table counts and the schema: https://git.sr.ht/~andrewradev/vimfiles/tree/02d1563cbd1cb2819f42b49f066e679c4666260f/item/miniplugins/plugin/sqlite3.vim
Haven't really explored how useful this is, I'm also thinking I might throw the first 5 rows of each table after each `CREATE` block.

