Updated on 2022-12-08 GMT+08:00

Development Guideline

Development Guideline

As an independent DBMS system, ClickHouse allows you to use the SQL language to perform common operations. In the development program example, the clickhouse-jdbc API is used for description.

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