Questions tagged [mysql-x-devapi]

The MySQL X DevAPI serves as a vital tool for clients and connectors that utilize the X Protocol. This innovative interface offers a standardized range of functions to interact with document store collections and relational tables, including CRUD operations and SQL methods. Additionally, it introduces a unified expression language to manage query properties like criteria, projections, and aliases, as well as various database management capabilities such as transaction handling and index management.

It appears that the collection.add() method in connector/node.js only successfully executes one time

Currently, I am experimenting with MySQL Document Store to compare it with our relational tables. To achieve this comparison, I am working on transforming our existing table into a collection. The table contains approximately 320K records that I need to ...