SqliteHashStorage

Simple implemntation of HashStorage, where hashes are store in sqlite3 database
implements SAREhub\Commons\Misc\HashStorage
Methods Summary
public
# __construct( $filePath , string $tableName = 'hashes' )
public
public
public
# isOpened( )
public
public
# insertMulti( array $hashes )
Inserts hashes in batch for better performance

Implementation of

public
# updateMulti( array $hashes )
Updating hashes in batch for better performance

Implementation of