Feature request: decode very common encodings
#501 geöffnet am 20. Jan. 2016
Repository-Metriken
- Stars
- (24.039 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 21h) (4 gemergte PRs in 30 T)
Beschreibung
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!