Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@githnow githnow released this 15 Jun 14:34
· 1 commit to main since this release
840a7ad
  • v1.0.4 (June 15, 2024)

    1. Added new methods:
      • Database table operations: 2 methods of getRowCount and getRowCountByFilter were added.
    2. Updated insertArrayToDBTable:
      • Added support for Async methods.
      • Improved data type detection with "detectTypes" option.
      • Introduced "batchSize" option.