Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tristan957/pg_extension

Template for C-based Postgres extensions
https://github.com/tristan957/pg_extension

postgresql-extension

Last synced: about 1 month ago
JSON representation

Template for C-based Postgres extensions

Awesome Lists containing this project

README

        

# `pg_extension`

This is a template repository for writing C-based Postgres extensions.

Any code in this repository is marked as [`CC0-1.0`](./LICENSES/CC0-1.0.txt)
unless marked otherwise.

## Building

```shell
meson setup build
ninja -C build
```

## Installing

```shell
meson install -C build
```