RE: windows sqlite client?

I’ve found that Migrations handle all of that, plus they’re portable.
That’s why I use sqlite for development… so I can use the migrations
to create my tables and I don’t have to worry about creating databases,
creating user access, etc.

Same here. I also use script/console if I need to do inspection. Was
going to say that, but I didn’t want to appear unhelpful.

I did do a search for you and found nothing. Sounds like an
opportunity. How about something in Rails, a la PhpMyAdmin.

Michael