Implement CLI query sqlite
--output-type
functionality via convert
#145
Labels
feature
New feature or request
sqlite
--output-type
functionality via convert
#145
Terms
Description
As discussed in the 24/5/2024 GSoC sync, we'd like Scribe-Data to be able to also export other file types besides JSONs. This issue would look into the exporting of
.sqlite
database files. The user would call--ouput-type sqlite
(or.sqlite
just to be sure), and then the resulting JSON files would be converted over to.sqlite
data files. To be more explicit, Scribe-Data would first export JSON files as that's the baseline output file type, and then theconvert
process would run such that these filetypes are converted over to SQLite databases. The files inOUTPUT_DIR/German/
likenouns.json
andverbs.json
would be within agerman.sqlite
file withnouns
andverbs
tables.--output-dir
and--overwrite
functionality for a JSON file output #144Contribution
@mhmohona will be working on this as a part of GSoC 2024! ☀️ Please write in here so I can assign, and let us know if there's anything we can do to support!
The text was updated successfully, but these errors were encountered: