Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 258 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 258 Bytes

pg_smtp_client

Install dependencies (needed for testing postgres 17)

sudo apt-get install bison flex

Setup

make init

Running the Extension Locally

make run

Running Unit Tests

make test