ClickHouse/docs/en/database_engines/index.md
2020-01-30 13:34:55 +03:00

14 lines
431 B
Markdown

# Database Engines
Database engines allow you to work with tables.
By default, ClickHouse uses its native database engine, which provides configurable [table engines](../operations/table_engines/index.md) and an [SQL dialect](../query_language/syntax.md).
You can also use the following database engines:
- [MySQL](mysql.md)
- [Lazy](lazy.md)
[Original article](https://clickhouse.tech/docs/en/database_engines/) <!--hide-->