I am trying to work with Mysql as a document store using xdevapi, but it is written in JavaScript and I am using TypeScript,so I found mysqlx a type definition for xdevapi and I don't know if it is a good one. Is there any better alternative
Asked
Active
Viewed 255 times
1 Answers
2
I can't really say if it's good or not, but the fact is that the original @mysql/xdevapi
package does not include any TypeScript definitions.
You can track the following enhancement request for adding TypeScript support and signal your own interest in it.
https://bugs.mysql.com/bug.php?id=103438
Disclaimer: I'm the lead developer of the MySQL X DevAPI Connector for Node.js

ruiquelhas
- 1,905
- 1
- 17
- 17
-
I was waiting for you to answer . It would be great if they privide TypeScript support for it – Houcem Eddine Nov 25 '21 at 13:24
-
1FYI, TypeScript definitions are available since v8.0.30. – ruiquelhas Jan 04 '23 at 13:16