The MySQL protocol offers greater stability, reliability, and superior performance. We recommend that you use the MySQL protocol to connect to LindormTable.
Important
The Avatica protocol is now only maintained for existing applications, and is not recommended for new implementations.
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 | Reference |
Java | |
Python | |
Go | |
C | |
C# | |
Rust | |
PHP | |
Node.js | |
ODBC |
Use the Avatica protocol to develop applications (only maintained for existing applications)
Programming language | References |
Java | |
Python | |
Go | Use the APIs provided by the database/sql library of Go to develop applications |