Skip to content

A "hello, world!" postgres foreign data wrapper written in rust

Notifications You must be signed in to change notification settings

film42/hello_fdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_fdw

About

This project is a rust port of hello_fdw which was written in C. This port builds on pgx which is a powerful lib for building postgres extensions in rust. Even though pgx offers a safe-ish interface, this foreign data wrapper uses a lot of unsafe code. This is because we call quite a few postgres C functions.

Running

You can run the project by doing:

cargo pgx run pg13

or you can run the test suite by running:

cargo pgx test pg13

License

MIT

About

A "hello, world!" postgres foreign data wrapper written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages