dolthub / dolt-workbench

A modern, browser-based, open source SQL workbench for your MySQL and PostgreSQL compatible database with version control features when connected to Dolt.

Home Page:https://hub.docker.com/r/dolthub/dolt-workbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be able to persist metadata into a database rather than on the filesystem itself

avaitla opened this issue · comments

Screen Shot 2024-02-05 at 12 46 37 PM

We run a lot of apps in a stateless system (that can restart processes) and doesn't allow mount points. Is there anyway this tool can store its metadata into an external database (like mysql rds or dolt itself)?

Here is how metabase works, It can be provided the database credentials via environment variable which would be ideal:

https://www.metabase.com/docs/latest/installation-and-operation/configuring-application-database#mysql-or-mariadb

Hi @avaitla, I'll look into this and get back to you

This is supported in v0.2.4 and I updated the README with instructions. Let me know if that works for you!

Wow that was fast!

Wow that was fast!

This is our calling card. Keep the issues flowing!