Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 authored Aug 8, 2022
1 parent cbf9ed9 commit e19d068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,7 @@ DataFusion is faster than OctoSQL for CSV queries like this one.
## Contributing

OctoSQL doesn't accept external contributions to its source code right now, but you can raise issues or develop external plugins for database types you'd like OctoSQL to support. Create a Pull Request to add a plugin to the core plugins repository (which is contained in the plugin_repository.json file). You can find more details in the [Plugins section](#plugins)

## Building From Source

OctoSQL can be built from source by running `go install` inside of the cloned repository. Go 1.18+ is required.

0 comments on commit e19d068

Please sign in to comment.