mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/en/engines/database-engines/sqlite.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
dd6273fec4
commit
cc44b54a58
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user