litexplore icon indicating copy to clipboard operation
litexplore copied to clipboard

Remote SQLite database explorer

Results 10 litexplore issues
Sort by recently updated
recently updated
newest added

I got this `pydantic.errors.PydanticImportError` exception when started `litexpore`. Uninstalling 2.x.x version and installing v1.10.12 with `pip install pydantic==1.10.12` worked. ``` Traceback (most recent call last): File "/venv/bin/litexplore", line 5, in...

This will let users configure some parts of the UI like the number of rows shown by default.

roadmap

The description of this issue is still WIP: * New endpoint to retrieve foreign key information (inputs: current table, column name, value) * Use a single modal (HTML) and replace...

Typing the full path to the SQLite file can be tedious. It would be great to offer a good autocomplete list with options based on past inputs. Turning `autocomplete="on"` in...

I should show some basic table metadata before the table content. I don't use the metadata that much, so it will probably be behind a link/button/toggle.

roadmap

Similar to what DB Browser for SQLite does:

roadmap

There was an issue while importing pydantic package as BaseSettings has been moved. The quick fix was to replace pydantic by pydantic.v1 inside the app file. However there is a...