We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./src/database.ts defines a large number of sqlite queries which return Unknown types.
An ideal solution would be to allow Statement to be a generic template that can define the return type such as Statement<params P, returns R>.
Lacking such a most elegant solution, define return types for each statement.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./src/database.ts defines a large number of sqlite queries which return Unknown types.
An ideal solution would be to allow Statement to be a generic template that can define the return type such as Statement<params P, returns R>.
Lacking such a most elegant solution, define return types for each statement.
The text was updated successfully, but these errors were encountered: