sqlitebrowser/sqlitebrowser

Feature request: decode very common encodings

Open

#501 ouverte le 20 janv. 2016

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C++ (2 334 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (24 039 stars)
Métriques de merge PR
 (Merge moyen 14j 21h) (4 PRs mergées en 30 j)

Description

Hello Sqlitebrowser team!

I've been using Sqlite + SqliteBrowser to replace a very expensive only MongoDB service. It's been working great for me, but most of my work consists of 'dumping' data and retrieving it, without a lot of complex queries. Thus, I've been using @piskvorksky's SqliteDict (for python), which 'pickles' the values and stores them in the table.

While I am not particularly connected to 'pickling', it would be really great if there were a 'decoding' of most common encodings in the fields. For example, one might dump entire ProtoBuf (google's) objects into the database, and be able to see 'real-time' changes, as it is decoded by the viewer.

In a verry related note, would there be a possibility of creating an extension environment from other languages? I could write the extension I'm suggesting in Python, but would have a hard time in c++.

Thank you!

Guide contributeur