LindormTable supports SQL-based application development through database drivers for Java, Go, and Python, and an interactive command-line tool for testing SQL statements during development.
Database drivers
| Language | Compatible standard | Installation and usage guide |
|---|---|---|
| Java | JDBC (Java Database Connectivity) | Use Java JDBC APIs to develop applications |
| Go | database/sql | Use the APIs provided by the database/sql library of Go to develop applications |
| Python | DB-API (PEP 249) | Use Python DB-API to develop applications |
Test SQL statements during development
Before integrating SQL statements into your application, verify them using lindorm-cli, an interactive SQL command-line tool. Use lindorm-cli to catch syntax errors and logic issues before they affect your application code.
For installation and usage instructions, see Use lindorm-cli to connect to and use LindormTable.
What's next
-
Explore the full LindormTable SQL syntax reference.