sqlitebrowser / sqlitebrowser/sqlitebrowser

[Feature]: Option to replace BLOB data with empty or null while exporting DB/Table to sql/json files

Open
#4,073 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
24.6k
Forks
2.4k
Avg merge
3d 49m
Merged PRs (30d)
3

Description

Describe the new feature

When a db or table is exported where columns with blob type is there, it is exporting alphanumeric values to the target files which will be never used in most of the scenarios.
It is good to have an option to exclude this binary data while exporting.

Does this feature exist in another product or project? Please provide a link

No response

Do you have a screenshot? Please add screenshots to help explain your idea.

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the database and table export entry points for SQL and JSON files, then trace how BLOB columns are serialized. Determine where an export option could select empty or null output for BLOB data, and verify that the chosen behavior is applied consistently to both export formats.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, sqlite
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.