Update docs/en/engines/database-engines/sqlite.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Anna 2021-08-19 07:28:24 +03:00 committed by GitHub
parent dd6273fec4
commit cc44b54a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ SQLite does not require service management (such as startup scripts) or access c
## Usage Example {#usage-example}
Database in ClickHouse, exchanging data with the SQLite:
Database in ClickHouse, connected to the SQLite:
``` sql
CREATE DATABASE sqlite_db ENGINE = SQLite('sqlite.db');