Skip to content

UnSQL (v2.0)

Latest
Compare
Choose a tag to compare
@siddharthtiwari-03 siddharthtiwari-03 released this 13 Feb 17:26
· 58 commits to main since this release

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