Using MySQL Document Store with Node js - Scott Stroz - UtahJS 2023

Опубликовано: 05 Май 2026
на канале: UtahJS
104
3

MySQL Document Store offers developers the best features of both a NoSQL database and a traditional SQL based database. In this session we will discuss how we can use Node.js to access a MySQL Document Store, create/remove collections, create/update/remove documents, retrieve, filter, & sort document lists, and leverage raw SQL to retrieve aggregate data for reporting purposes.