Kotlin for MySQL Document Store
Please use “docker-compose up -d” to start MySQL 8.
Login
mysqlsh --uri root@127.0.0.1
Operations in MySQL Shell
JS> \use demo
JS> db.createCollection("Account")
JS> db.get_collections()
JS> db.get_collections()
JS> db.Account.find()
mysqlsh -u root -h 127.0.0.1 --classic --dba enableXProtocol