You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: