Wrapper functions that perform read operations to database asynchronously

  • Type Parameters

    • Type

    Parameters

    • database: Database

      sqlite3 database object

    • sqlQuery: string

      SQL query to execute

    • callback: asyncDatabaseRowsCallbackFunction

      callback to perform further operations on each row

    Returns Promise<Type>

    Promise for database operation