Skip to content

Commit 25dc0b0

Browse files
Update README.md (#296)
1 parent a492527 commit 25dc0b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ It provides two client interfaces to the query execution engine:
1919
And two server implementation, FlightSQL & HTTP, leveraging the same execution engine behind the TUI and CLI. This allows users to iterate and quickly develop a database then seamlessly deploy applications built on it.
2020

2121
`dft` is inspired by [`datafusion-cli`], but has some differences:
22-
1. `dft` TUI focuses on more complete and interactive experience for users.
23-
2. `dft` contains many built in integrations such as Delta Lake and Iceberg that are not available in `datafusion-cli`.
24-
3. `dft` provides server implementations to make it easy to deploy DataFusion based applications / backends.
22+
1. The TUI focuses on more complete and interactive experience for users.
23+
2. It contains many built in integrations such as Delta Lake and Iceberg that are not available in `datafusion-cli`.
24+
3. It provides FlightSQL and HTTP server implementations to make it easy to deploy DataFusion based applications / backends.
2525

2626
[`datafusion-cli`]: https://datafusion.apache.org/user-guide/cli/overview.html
2727

0 commit comments

Comments
 (0)