Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic type annotations for Statement and Database get/all/each methods callback rows #1686

Merged
merged 2 commits into from Mar 13, 2023
Merged

Add generic type annotations for Statement and Database get/all/each methods callback rows #1686

merged 2 commits into from Mar 13, 2023

Commits on Feb 24, 2023

  1. Change sqlite3.d.ts to add generic type definition support for Statem…

    …ent methods
    
    -For get method callback's row
    -For all method callback's rows
    -For each method callback's row
    stevescruz committed Feb 24, 2023
    Copy the full SHA
    223841c View commit details
    Browse the repository at this point in the history
  2. Change sqlite3.d.ts to add generic type definition support for Databa…

    …se methods
    
    -For get method callback's row
    -For all method callback's rows
    -For each method callback's row
    stevescruz committed Feb 24, 2023
    Copy the full SHA
    d1d22b7 View commit details
    Browse the repository at this point in the history