Talk in English - US at Longhorn PHP Conference 2018
Track Name:
Stadium
Short URL: https://joind.in/talk/0eb5f
(QR-Code (opens in new window))
MySQL can now be used as a NoSQL, schema-less document store. The MySQL Document Store was introduced with MySQL 5.7 along with a new shell and API to make life for developers easier. This means no more embedding ugly SQL code in your beautiful code, having to normalize data, or setting up tables before you can start using the most popular database on the web. You no longer need DBA-level skills to set up your database – just open a document collection and start coding. This session will cover what you need to start today!
Comments
Comments are closed.
Get intro into into 5.7 and beyond. Ready to try it out.
*Great
The slides are at https://slideshare.net/davidmstokes and MySQL 8 is a https://dev.mysql.com !!
Great to see how Oracle is improving MySQL with really useful features!
We currently use both MySQL and Mongo. Was cool to see the new interface and JSON features in the latest versions of MySQL. I'll have to setup a test environment and play.