Long awaited UnSQL (v2.0) is now published as production ready moved to stable release
Following changes were made:
- Built-in AES Encryption/Decryption modes: Protect sensitive data natively without any third part package
- Dynamic Query Generation: Prevent SQL injection using placeholders
- Multiple Debug modes: Debug the Dynamically generated query or run Execution Benchmark
- Built-in Error Handling: No more try-catch,
result
holds it all - Revamped Interface: Now uses object based params and properties for interaction
- Evolved IntelliSense Support: JSDoc-compatible type definitions provide better IDE support (Code suggestions) and type checking