Noor Dawod
Noor Dawod
This pr brings back 2 lost "features" that were present earlier (and of course with the proper explanation as to why we need them back), and introduces a couple of...
For example, can ormlite adapt to working with this library: https://github.com/jasync-sql/jasync-sql But in general, how much work would it take to transform the library to both sync and async?
Use `exists()` function to test for property existence on dictionaries/Maps rather than sprinkling the code with `json.key === null || json.key === undefined`. In addition, the code removes the implicit...