CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
440 stars 176 forks source link

Remove the sqlite db from the repository and create it at startup time #1

Closed einarnn closed 9 years ago

einarnn commented 9 years ago

If I use yang-explorer and then need to update it, I get told that I need to stash the DB file. This means I may lose the file or otherwise mess things up. Would be good to have a startup script that creates and loads the DB with any initial content.

Would also be useful to add this file to the project's .gitignore file.