Sunday, July 24, 2016

Re: [google-cloud-sql-discuss] SQL Improvements

Hi,

Cloud SQL provides a hosted MySQL instance - unfortunately none of those features are present in MySQL so it isn't included as part of Cloud SQL.

You might be interested in the many graphical MySQL clients, such as MySQL Workbench or Navicat, which allow managing a database with a drag and drop interface. Any standard MySQL client can connect to Cloud SQL following these instructions.

If you are interested in automatic code generation you should look at a ORM framework for your language of choice, such as Hibernate for Java or SQLAlchemy for Python.

David

On Sat, Jul 23, 2016 at 7:23 PM, Bill N <billisnice@gmail.com> wrote:
Google needs to make SQL more user friendly. I would like to see drag and drop elements (fields) and code is auto generated for you. If I have a name field, set initial parameters,  drag and drop to a SQL work-space and the code is generated and ready.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/c9653c24-fc9f-491b-af6d-4d98de10e793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/CAJZK_bZ7qBcJZkOpDGmDNeCtgrcbkVb6jodNyZpGoR22YG-nXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment