Feature request: decode very common encodings
#501 aperta il 20 gen 2016
Metriche repository
- Star
- (24.039 star)
- Metriche merge PR
- (Merge medio 14g 21h) (4 PR mergiate in 30 g)
Descrizione
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!