Use the MySQL protocol to develop applications (recommended)
The LindormTable MySQL protocol is compatible with multiple programming languages, such as Java, Python, Go, C, C#, Rust, and Node.js. You can use these languages to develop applications and execute simple SQL statements to create, read, update, and delete data in Lindorm.
Programming language | References |
Java | |
Python | |
Go | |
C | |
C# | |
Rust | |
PHP | |
Node.js | |
ODBC |
Use the Avatica protocol to develop applications
Programming language | References |
Java | |
Python | |
Go | Use the APIs provided by the database/sql library of Go to develop applications |