-
Notifications
You must be signed in to change notification settings - Fork 60
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
feature: gateway #80
feature: gateway #80
Conversation
62f6feb
to
a53482b
Compare
a53482b
to
b51a233
Compare
.$defaultFn(() => crypto.randomUUID()), | ||
.default(sql`gen_random_uuid()`), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generated natively by postgreSQL. I guess is gerard trying to make it work on Cloudflare workers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to let the db handle defaults when possible instead of our code
a1229ab
to
4bfb455
Compare
Implements Latitude API Gateway using Hono with the nodejs adapter
4bfb455
to
422383d
Compare
Implements Latitude API Gateway using Hono with the nodejs adapter