Feature request: decode very common encodings
#501 opened on 2016年1月20日
Repository metrics
- Stars
- (24,039 stars)
- PR merge metrics
- (平均マージ 14d 21h) (30d で 4 merged PRs)
説明
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!