Skip to content
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

Merged
merged 1 commit into from
Jul 31, 2024
Merged

feature: gateway #80

merged 1 commit into from
Jul 31, 2024

Conversation

geclos
Copy link
Collaborator

@geclos geclos commented Jul 31, 2024

Implements Latitude API Gateway using Hono with the nodejs adapter

@geclos geclos force-pushed the feature/bring_back_the_gateway branch from 62f6feb to a53482b Compare July 31, 2024 12:29
@geclos geclos force-pushed the feature/bring_back_the_gateway branch from a53482b to b51a233 Compare July 31, 2024 12:44
.$defaultFn(() => crypto.randomUUID()),
.default(sql`gen_random_uuid()`),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Contributor

@andresgutgon andresgutgon Jul 31, 2024

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

Copy link
Collaborator Author

@geclos geclos Jul 31, 2024

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

@geclos geclos force-pushed the feature/bring_back_the_gateway branch 3 times, most recently from a1229ab to 4bfb455 Compare July 31, 2024 12:46
Implements Latitude API Gateway using Hono with the nodejs adapter
@geclos geclos force-pushed the feature/bring_back_the_gateway branch from 4bfb455 to 422383d Compare July 31, 2024 12:52
@geclos geclos merged commit 85a81de into main Jul 31, 2024
2 checks passed
@geclos geclos deleted the feature/bring_back_the_gateway branch July 31, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants