Good admin panels (read-only) for SQLite and Node.js?
I'm running a NextJS application with sqlite as the backend. Would be useful to have a dead simple admin panel where I can view all the data in the database.
Ideally, I could just plug it into my existing express server. Googling around, there don't seem to be a ton of good options.