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

Proposal: Promtp to SQL (Name suggestion) #7

Open
mfventuratam opened this issue Aug 9, 2023 · 0 comments
Open

Proposal: Promtp to SQL (Name suggestion) #7

mfventuratam opened this issue Aug 9, 2023 · 0 comments

Comments

@mfventuratam
Copy link

I was wondering how complex is the following case:

Given an existing project, usually there's some Objects that represents tables (ORM). A lot of projects are using Hibernate in the context of Java, so I will use it as an example.

In an existing project, with the Entities already created and probably some repositories or services using the entity manager to execute some queries, it's possible to scan this entities, giving in this way the database schema.

With the schema, we could ask to an AI to generate queries in a semantic way, and we could execute them (remember, we are in a project that is already executing queries). Giving a result.

This result, could be processed and retrieved back (We could generate a text from it or just return it).

@juanjoman juanjoman transferred this issue from theam/eLLMental-kt Aug 16, 2023
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

No branches or pull requests

1 participant