Search Postgresql Archives

cookiecutter template for Postgres extensions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi all,

I built a cookiecutter template for Postgres extensions.

This cookiecutter prompts for some basic extension metadata (e.g., name, Postgres version) and then automatically generates the necessary boilerplate files.

These include:

* Standard extension files (Makefile, .control, c, .h, .sql) pre-populated with stubs.
* Regression Tests
* GitHub Actions for building and testing on multiple Postgres versions
* Docker support
* pgxn integration


To use it: 

pip install cookiecutter
cookiecutter gh:Florents-Tselai/cookiecutter-postgres-extension  


Demo video: https://youtu.be/zVxY3ZmE5bU

All the best,
Flo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux