factor/contrib/postgresql/load.factor

12 lines
283 B
Factor

IN: scratchpad
USING: alien compiler kernel parser sequences words ;
"postgresql" "libpq" add-simple-library
{
"libpq"
"postgresql"
"postgresql-test"
! "private" ! Put your password in this file
} [ "/contrib/postgresql/" swap ".factor" append3 run-resource ] each