Updated on 2022-07-11 GMT+08:00

Development Guideline

Development Guideline

As an independent DBMS system, ClickHouse allows you to use the SQL language to perform common operations. The clickhouse-jdbc API is used in the following development program examples:

  • Setting attributes
  • Establishing a connection
  • Creating a database
  • Creating a table
  • Inserting data
  • Querying data
  • Deleting a table