Skip to content

Commit

Permalink
Add Parquet to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Jun 4, 2022
1 parent 84507b5 commit 0736625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ octosql "SELECT customer_id, SUM(amount)
GROUP BY customer_id"
```

OctoSQL supports JSON and CSV files out of the box, but you can additionally install plugins to add support for other databases.
OctoSQL supports JSON, CSV and Parquet files out of the box, but you can additionally install plugins to add support for other databases.
```bash
octosql "SELECT * FROM plugins.available_plugins"
octosql plugin install postgres
Expand Down

0 comments on commit 0736625

Please sign in to comment.