Skip to content

Releases: siddharthtiwari-03/UnSQL

UnSQL (v2.1)

24 Apr 18:30

Choose a tag to compare

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. rawQuery method
  • Code Optimization for performance enhancements
  • Null safe fallback values for aggregate wrappers is added via. 'ifNull' property

UnSQL (v2.0)

13 Feb 17:26

Choose a tag to compare

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

UnSQL (v2.0-Beta)

09 Feb 18:59

Choose a tag to compare

UnSQL (v2.0-Beta) Pre-release
Pre-release

UnSQL version v2.0-beta with all new features and enhanced built-in security is now available in default import.