This topic describes the development kits and tools that can be used to develop applications based on the SQL syntax provided by LindormTable.
Database drivers
Lindorm provides the following database drivers for applications developed by using common programming languages. These drivers can be used as SDKs to execute SQL statements.
Java
For applications developed by Java, Lindorm provides a driver that is compatible with the APIs provided by JDBC.
For more information about how to install and use the driver, see Use Java JDBC APIs to develop applications.
Go
For applications developed by Go, Lindorm provides a driver that is compatible with the APIs provided by the database/sql library of Go.
For more information about how to install and use the driver, see Use the APIs provided by the database/sql library of Go to develop applications.
Python
For applications developed by Python, Lindorm provides a driver that is compatible with the DB-API of Python.
For more information about how to install and use the driver, see Use Python DB-API to develop applications.
Develop and test SQL statements
We recommend that you fully verify a SQL statement in development before you officially use the statement in your application. Lindorm provides an interactive SQL command-line tool lindorm-cli for you to verify and test SQL statements in development. For more information about how to install and use lindorm-cli, see Use Lindorm-cli to connect to and use LindormTable.
For more information about the SQL syntax supported by LindormTable, see LindormTable SQL.