This isn't a website. It's more like a translator between a database and something that actually has a UI.
But since you're here, here's what this thing can do:
/schemas/find – Peek at schema for specific tables/schemas/list – See what tables exist/data/count – Count items with filters/data/find – Find stuff with filters, sorting, and pagination/data/get – Grab a single item by ID/data/insert – Add new item to the pile/data/update – Change something already there/data/remove – Delete it (with feeling)So yeah... probably not what you were looking for. But now you know.