mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
10 lines
323 B
Markdown
10 lines
323 B
Markdown
# Database Engines
|
|
|
|
Database engines provide working with tables.
|
|
|
|
By default, ClickHouse uses its native database engine which provides configurable [table engines](../operations/table_engines/index.md) and [SQL dialect](../query_language/syntax.md).
|
|
|
|
Also you can use the following database engines:
|
|
|
|
- [MySQL](mysql.md)
|