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

Investigate a sqlc Java backend #2618

Open
stuartwdouglas opened this issue Sep 5, 2024 · 2 comments
Open

Investigate a sqlc Java backend #2618

stuartwdouglas opened this issue Sep 5, 2024 · 2 comments
Assignees
Labels

Comments

@stuartwdouglas
Copy link
Contributor

We should investigate a sqlc backend for Java, there is a simple Kotlin one here: https://github.com/sqlc-dev/sqlc-gen-kotlin

@github-actions github-actions bot added the triage Issue needs triaging label Sep 5, 2024
@alecthomas
Copy link
Collaborator

That looks like a good start, but I think we'll need to write FTL-specific code generators, as we'll need to generate queries that are "verbs" rather than normal functions.

@stuartwdouglas
Copy link
Contributor Author

We could make the code generation add additional metadata to the generated code, that could then be picked up by schema generation.

@jvmakine jvmakine removed the triage Issue needs triaging label Sep 5, 2024
@worstell worstell self-assigned this Sep 10, 2024
This was referenced Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants