-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[WIP] [TypeScript] Make db.select
functions generic to make it easy to type DB query results
#4251
base: master
Are you sure you want to change the base?
Conversation
db.select
functions generic to make it easy to type DB query resultsdb.select
functions generic to make it easy to type DB query results
✅ Deploy Preview for actualbudget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
👋 Hi! It looks like this PR has not had any changes for a week now. Would you like someone to review this PR? If so - please remove the "[WIP]" prefix from the PR title. That will let the community know that this PR is open for a review. |
👋 Hi! It looks like this PR has not had any changes for a week now. Would you like someone to review this PR? If so - please remove the "[WIP]" prefix from the PR title. That will let the community know that this PR is open for a review. |
Follow up to #4247
db.runQuery
db.first
db.firstSync
db.all
db.select
db.selectWithSchema
db.selectFirstWithSchema