generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ git clone --recurse-submodules [email protected]:cwida/duckpgq-extension.git | |
``` | ||
Note that `--recurse-submodules` will ensure the correct version of DuckDB is pulled allowing you to get started right away. | ||
|
||
This repository uses a modified version of DuckDB (currently a modified v0.8.1) and is not yet easily installed from a standard DuckDB (e.g. `pip install duckdb`) installation. | ||
This repository uses a modified version of DuckDB (Currently up-to-date with v0.10.0) and is not yet easily installed from a standard DuckDB (e.g. `pip install duckdb`) installation. | ||
If you want to use the SQL/PGQ syntax, you will have to build this repository from the source. | ||
In the future, we aim to have an easily installed and loaded DuckDB extension. | ||
|
||
|