JosefNemec / LiteDbExplorer

Viewer and editor for https://github.com/mbdavid/LiteDB databases.
MIT License
218 stars 104 forks source link

import backup? #29

Open charles-dawes opened 6 years ago

charles-dawes commented 6 years ago

Are there any plans to create an import process for exported data?

JosefNemec commented 6 years ago

You can already CTRL-V data (or right-click and paste), if you have exported json in clipboard.

charles-dawes commented 6 years ago

Ah, okay! I didnt know that.

I am making backups of the data manually when changes are made which are being saved as JSON files. So I could copy all of the data from a JSON file and paste it into the document? Will this update any existing records with the same id or error out?