Added possibilities to export & import from JSON
Download the demo-project and/or the necessary binaries below.
Godot version
Godot v3.1 & v3.1.1
Supported Operating systems:
- Mac OS X
- Linux
- Windows
What's new?
- Entire database can now be exported and imported to JSON for ease of access (see README.md).
- for-loop in insert_rows() started at 1 for some reason and, as a result, didn't insert the 0th row.
- Fixed bad query creation due to weird implementation of insert_row()'s for-loop.
Why is this v1.2a?
JSON importing uses nlohmann's JSON library for proper parsing and handling. This seemed to be an unnecessary endeavor as Godot supplies it's own JSON handling singleton. There's also something extremely rotten going on with the api.json which makes the Linux build's size explode to 77 MB for some reason...
The next version (v1.2b) will focus getting the size of the binaries down to manageable levels again by throwing out all unnecessary bloat and fixing the api.json.