Releases: siddharthtiwari-03/UnSQL
Releases · siddharthtiwari-03/UnSQL
UnSQL (v2.1)
UnSQL v2.1 is yet another big release, as it consists stable support for multiple dialects of structured (SQL) databases viz. MySQL, PostgreSQL and SQLite
This release is packed with the following updates:
- Multi-Dialect Support UnSQL can now communicate with MySQL, PostgreSQL and SQLite
- Single Codebase while switching dialects, code does not need alterations (Except for Raw Queries)
- Bug fixes UnSQL gets more stability
- Raw Queries are now supported via.
rawQuerymethod - Code Optimization for performance enhancements
- Null safe fallback values for aggregate wrappers is added via. 'ifNull' property
UnSQL (v2.0)
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,
resultholds 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
UnSQL (v2.0-Beta)
UnSQL version v2.0-beta with all new features and enhanced built-in security is now available in default import.