H
H
Feature requested for supporting clickhouse. The integration is said to be simple as it is SQL compliant.
Check this for reference: https://github.com/TanStack/table
This PR adds a SSL support for MySQL using the advanced configuration in both Login and environment variables.
_In Progress_
This PR implements OpenAI compatible API provider support to resolve the issue where environment variables for OpenAI compatible endpoints were not working. ## Changes - Add WHODB_OPENAI_COMPATIBLE_LABEL environment variable for...
Fix: https://github.com/clidey/whodb/issues/281 Add total count for filter query to ensure that the pagination is correct. Postgres Demo (shows filters has 3 pages with 15 total count on the filter):
Closes #601 ## Summary This PR adds support for displaying additional database entities beyond just Tables and Views. ## Changes **Backend:** - Extended plugin interface with methods for Functions, Procedures,...
Right now we show only Tables and Views for SQL based databases. I want to show all different ones - like Triggers, Functions, etc. Think about it in detail on...