Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
SQLLine is officially used as a default command line tool for SQL connectivity in Ignite. Document the tool usage on a dedicated page:
https://apacheignite-sql.readme.io/docs/sqlline
Consider the following sections:
- The tool overview with a list of commands that are supported and not by Ignite. The current list is here [1]. Split the list into 2 parts on readme.io (supported and not) and briefly describe eache command.
- Connectivity section. Start a cluster and connect to the tool using ./ignitesql.sh --color=true --verbose=true -u jdbc:ignite:thin://127.0.0.1/ script. Add a tab for ignite.bat file as well.
- Usage section. Execute DDL and DML commands taken from the getting started as it's done here [2]. When tables and indexes are created, run !metadata to show the structure.
Use private 2.3 builds generated by TC to make sure the doc is ready for the release.
[1] https://cwiki.apache.org/confluence/display/IGNITE/Overview+sqlline+tool
[2] https://apacheignite-sql.readme.io/v2.1/docs/sql-tooling