Skip to content

scokmen/pg_mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_mask

A tiny data mask utility written in C

Prerequisites

  • GCC
  • GNU Make
  • PostgreSQL instance

Development

This project is being developed with C language using C-Language Functions of PostgreSQL, that is also provide an extension makefile that manages library directories and installation targets. In order to include PostgreSQL extension makefile, the pg_config binary must be available.

$ make                             # if pg_config is globally available
$ make PG_CONFIG=<path-to-binary>  # if pg_config is not globally available

Testing

This project uses PostgreSQL Regression Test utility. First, please install the extension, and then run all regression tests.

$ make install
$ make installcheck

About

A tiny data mask utility written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published