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

Ability to use table-specific queries #188

Open
lundibundi opened this issue Aug 5, 2021 · 2 comments
Open

Ability to use table-specific queries #188

lundibundi opened this issue Aug 5, 2021 · 2 comments

Comments

@lundibundi
Copy link
Member

It would be great to be able to use table specific queries like
db.city.insert(...), db.account.update() and such.
Since the msql becomes aware of schemas it should be possible to implement such a utility.

IMO It will allow to make queries more streamlined and clear.

@tshemsedinov
Copy link
Member

Here we have problem with typings, because we do not know all table names and may generate this typings from schemas in certain application.

@lundibundi
Copy link
Member Author

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

2 participants