-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Details for the issue
Useful extra information
I'm opening this issue because:
- DB4S is crashing
- DB4S has a bug
- DB4S needs a feature
- DB4S has another problem
I'm using DB4S on:
- Windows: ( _version: Windows 10)
- Linux: ( distro: ___ )
- Mac OS: ( version: ___ )
- Other: ___
I'm using DB4S version:
- 3.10.1
- 3.10.0
- 3.9.1
- Other: ___
I have also:
- Tried out the latest nightly version: https://github.com/sqlitebrowser/sqlitebrowser#nightly-builds
- Searched for an existing similar issue: https://github.com/sqlitebrowser/sqlitebrowser/issues?utf8=%E2%9C%93&q=is%3Aissue%20
Hi there,
I am writing the issue for requesting a feature in SQLite Browser. I would like to request plugin/extension support in SQLite Browser. I am using SQLite database to store some binary chunk and inside SQLite Browser I notice there are 3 built-in data visualizers(Text, Binary, Image).
Maybe it would be a good idea that we can allow the user to create their own extension so that they are able to get the binary chunk of the cell and display their own result.
This will be good for someone use SQLite database to store a JSON object or even some self-defined binary chunk.
Allow the user to define their own mode.
Thanks!