2020-04-03 13:23:32 +00:00
---
toc_folder_title: Database Engines
toc_priority: 27
toc_title: Introduction
---
2020-03-20 10:10:48 +00:00
# Database Engines {#database-engines}
2019-07-12 12:03:33 +00:00
2019-08-14 16:42:09 +00:00
Database engines allow you to work with tables.
2019-07-12 12:03:33 +00:00
2020-04-30 18:19:18 +00:00
By default, ClickHouse uses its native database engine, which provides configurable [table engines ](../../engines/table-engines/index.md ) and an [SQL dialect ](../../sql-reference/syntax.md ).
2019-07-12 12:03:33 +00:00
2019-08-14 16:42:09 +00:00
You can also use the following database engines:
2019-07-12 12:03:33 +00:00
2020-06-18 08:24:31 +00:00
- [MySQL ](../../engines/database-engines/mysql.md )
2019-08-14 16:42:09 +00:00
2020-06-18 08:24:31 +00:00
- [Lazy ](../../engines/database-engines/lazy.md )
2019-10-08 08:31:12 +00:00
2020-11-28 15:56:16 +00:00
- [MaterializeMySQL ](../../engines/database-engines/materialize-mysql.md )
2020-01-30 10:34:55 +00:00
[Original article ](https://clickhouse.tech/docs/en/database_engines/ ) <!--hide-->