is there any tool or plan for console to have database management studio
- 0
- Tools
- Accounts
- General
- Databases
- Self Hosted
where we can query , update , create or delete as database administrator will be easy to work and manipulate. I know we can use sdk to do so. But this is not intuitive and easy to work with. Something like navicat, sql studio or azure
In cloud? Not possible
If you're self-hosting you can connect directly to the MariaDB database
just thinking if there is tool built on top of sdk, it would be nice. it is doable with sdk, but something intusivie and easy to use tool is not out there yet.
I think @Suiii means a query builder, to make custom API calls to Appwrite from the Console
something like that. I see in database collection, there is filter to do some search. but some tools like databae management stuio is very handy
Recommended threads
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...