[FR] - Add API functionality for post-install configuration
Is your feature request related to a problem? Please describe. Currently, the functionality of the whodb app can only be accessed manually after installation. This limits automation and integration with other systems. I’m always frustrated when I need to manually configure or interact with the app after it’s installed.
Describe the solution you'd like It would be great if the app could provide an API that allows users to configure and access its features programmatically after installation. This would make the app more flexible and integratable into automated workflows.
Describe alternatives you've considered I considered using workarounds like manual scripting or automating via external tools, but having a native API integrated into the app would be much cleaner and more efficient.
Additional context This API could include endpoints for accessing data, triggering actions, or modifying settings, similar to other apps that provide API functionality for management after installation.
Hey, thank you for using WhoDB!
Great suggestion! Is there anything in particular you need this functionality for?
We are planning on making WhoDB into a smart API gateway that will allow to connect and query all databases that WhoDB supports but currently it's in progress.
Your plan sounds fine. I want to setup WhoDB, and be able to sent prompts via api. In other words either a MCP for WhoDB or simple api to submit the prompt to WhoDB setup with the database name to query, have WhoDB build the sql , request the data and send it back.