-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: ts-db-all
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. |
d642145
to
896c431
Compare
f9ec861
to
b2aead7
Compare
896c431
to
847c356
Compare
b2aead7
to
af80d87
Compare
717e8d6
to
26d65f0
Compare
af80d87
to
491e767
Compare
26d65f0
to
7c45f2c
Compare
491e767
to
9ca91b1
Compare
7c45f2c
to
ad0bfb0
Compare
👋 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