-
Notifications
You must be signed in to change notification settings - Fork 318
Local development
Lev Kokotov edited this page Apr 27, 2023
·
6 revisions
- https://www.rust-lang.org/
sudo apt install libssl-dev openssl pkg-config cmake flex bison build-essential libz-dev libreadline-dev libclang-dev libopenblas-dev libpython3.10-dev python3-virtualenv
git submodule update --init --recursive
cd pgml-extension/
cargo install cargo-pgrx --version 0.7.4
cargo pgrx init
echo "shared_preload_libraries = 'pgml'" > ~/.pgrx/data-15/postgresql.conf
cargo pgrx run