sqlitebrowser/sqlitebrowser

Feature request: decode very common encodings

Open

#501 建立於 2016年1月20日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (2,334 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (24,039 star)
PR 合併指標
 (平均合併 14天 21小時) (30 天內合併 4 個 PR)

描述

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!

貢獻者指南