whodb

A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB & Elastic Search with Chat interface

GPL-3.0 License

Stars
814
Committers
3

Bot releases are hidden (Show)

whodb - 0.35.0 - Refactor GraphQL schema and minor frontend improvements

Published by hkdeman about 2 months ago

  • Scratchpad now shows "Action Executed" for non-Select queries.
  • Change GraphQL schema in the backend to remove "type" from each query. This is now supported by the cookie credentials and will be used in the HTTP clients.
  • Bug fix: adding storage unit and keyboard cursor getting unfocused when adding field names is now fixed.
  • Bump frontend and backend libraries
    • GraphQL CodeGen
    • DagreJS
    • React Types
    • React Flow
    • UUID Types
    • Apollo Client
    • Redus Toolkit
    • React Testing Library [a few sub libraries]
    • Elastic Search Backend Integration
    • Web Vitals
    • Framer Motion

Note: non-affecting changes - there is a HTTP wrapper over the GraphQL resolvers now that will be used in the HTTP clients in each language. This will not affect current workflows as it is only used by the clients and in API Gateway workflows.

What's Changed

Full Changelog: https://github.com/clidey/whodb/compare/0.34.0...0.35.0

whodb - 0.34.0 - Add Integration for ChatGPT and Anthropic Latest Release

Published by hkdeman about 2 months ago

  • Add support for ChatGPT integration
  • Add support for Anthropic integration
  • Add UI support for adding external models with tokens
  • Add external model's credentials persistence in the browser cache

What's Changed

Full Changelog: https://github.com/clidey/whodb/compare/0.33.0...0.34.0

whodb - Bump up the libraries & fix conditional querying

Published by hkdeman about 2 months ago

  • Bump libraries used
    • Chi Router [GoLang]
    • Postgres Driver [GoLang]
    • GQLParser [GoLang]
    • GraphQL [Typescript]
    • React Testing library [Typescript]
    • Apollo Client [Typescript]
    • Tailwind-merge [Typescript]
  • Fix Apollo client onComplete bug caused by the upgrade
  • Fix conditional querying bug for Postgres

What's Changed

New Contributors

Full Changelog: https://github.com/clidey/whodb/compare/0.32.0...0.33.0

whodb - Support for Ollama inside Docker

Published by hkdeman about 2 months ago

  • Support Ollama inside the Docker
    • Automatic Ollama host search inside Docker
    • Environment variables (WHODB_OLLAMA_HOST, WHODB_OLLAMA_PORT) to specify Ollama specifications

Previously in WhoDB

New Contributors

Full Changelog: https://github.com/clidey/whodb/commits/0.32.0