We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03dd92 commit 21a8e2fCopy full SHA for 21a8e2f
README.md
@@ -33,6 +33,10 @@ COPY table FROM 's3://mybucket/data.parquet' WITH (format 'parquet');
33
After installing `Postgres`, you need to set up `rustup`, `cargo-pgrx` to build the extension.
34
35
```bash
36
+# clone repo
37
+> git clone https://github.com/CrunchyData/pg_parquet.git
38
+> cd pg_parquet
39
+
40
# install rustup
41
> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
42
0 commit comments