martijnboland / apptext

AppText is a content management system for applications. Application developers can use it to replace static resources in applications with dynamic content and delegate content management to non-developers.
https://apptext.io
Apache License 2.0
23 stars 5 forks source link

Cannot open lite db file with litedb explorer #64

Closed vallieresc closed 2 years ago

vallieresc commented 2 years ago

Hi Martijn, I don't seem to be able to open the LiteDB database file with LiteDB Viewer 4.

Opening a valid AppText LiteDb file used in app (currently not in use):

Datafile is not a LiteDB database.

Opening the same app LiteDB log file:

Selected file is not a valid LiteDB Database file. Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.

martijnboland commented 2 years ago

You can open AppText LiteDB databases (V5) with LiteDB Studio: https://github.com/mbdavid/LiteDB.Studio. I think the file format has changed between versions 4 and 5.

vallieresc commented 2 years ago

Got it! Works.