Releases: chand1012/sq
Releases · chand1012/sq
🐛 Bugfixes and Maintenence 🛠️
New Features
- Added support for nested JSON parsing.
Bug Fixes
- Resolved an issue with boolean operations in JSON parsing.
- Resolved an issue with offset columns on large, nested JSON structures.
Improvements
- Updated SQL queries in the README for better instructions.
- Introduced a clean command for better workflow maintenance.
Other
- Set all .DS_Store files to ignore for better version control.
⏰ Quick Optimization ⚡️
Temporary SQLite DBs as a file was a bit silly unless you were loading a DB from Stdin, so now its all in memory. That little change took a 75k row query from 20 seconds to just 6 seconds!