-
Couldn't load subscription status.
- Fork 109
Closed
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.
Milestone
Description
It would be great to have a generic type on database.query() method, passing a T generic to the ArrayCursor class.
Example:
query<T = any>(query: AqlQuery, options?: QueryOptions): Promise<ArrayCursor<T>>;
I will send a PR with this feature, typescript types will be useful on raw queries, because it currently returns any type on every raw query.
jonasjuni and TimMikeladze
Metadata
Metadata
Assignees
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.