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
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...