When I tell people that they can use MySQL without SQL they tend
to be skeptical. But with the MySQL Document Store you can
do just that with a new NoSQL API and in this case there is no
structured query language.pre-FOSDEM MySQL Days (which is sold out
and there is a waiting list) is my tutorial on using the Document
Store. Those in my session will be able to see how to use
the MySQL Shell (mysqlsh) to connect to a MySQL server and save
data without have to do the many things a DBA used to have to do
in the past such as normalize data, setup relations, and several
other tasks. Plus the schema-less Document Store means you
can alter your data needs without having to do an endless series
of ALTER TABLES.
| … |