-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Describe the new feature
I'm using DB Browser for SQLite to read SQLite databases created using Core Data.
In some of the fields in this Core Data database, you can binary property lists stored as binary data.
In DB Browser for SQLite, I can view the data in binary & hex editor form:
However, I'd love the ability for DB Browser for SQLite to be able to translate this binary property data into plain text XML - for example, using BBEdit it looks like this:
This would allow me to make easy tweaks directly in DB Browser for SQLite, without having to have to export a the binary plist file, modify it, then bring it back in.
Given binary property lists are very common in the macOS world, and is used extensively by Core Data (with a SQLite backend) - I think this could be a very useful feature that could be used by lots of different users.
Any questions let me know. Thanks team!
Does this feature exist in another product or project? Please provide a link
No response
Do you have a screenshot? Please add screenshots to help explain your idea.
No response