-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqlite basic #48
base: main
Are you sure you want to change the base?
Sqlite basic #48
Conversation
…Tree in conversion script.
…eToJSON.groovy` script.
…essage in SQL `<->` JSON conversion scripts.
The Alternatively, we could just use your |
We will also have to convert |
Sorry I forgot about |
Sounds good. So the converter could take both |
…reation in `ChargeTreeToSQLite.groovy`.
…geTreeToSQLite.groovy`.
…iteToJSON.groovy`.
…teToChargeTree.groovy`.
I removed the SQL database creation routine in |
…g named after `dataset`.
Holding off on this for now, since ideas for the future of QADB are under discussion. |
Added functionality to create an SQLite database in addition to the JSON database. Also, created groovy scripts to convert back and forth between SQLite and JSON databases.