tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.12k stars 32 forks source link

Adds Dockerfile for quick trial use of plrust #287

Closed BradyBonnette closed 1 year ago

BradyBonnette commented 1 year ago

Because plrust is a bit convoluted to build and run, we are introducing a Dockerfile that, when ran, should containerize everything necessary with one command so that anyone can test plrust locally. This should not ever be used for any production system, as the Postgres server being set up in this container has essentially 0 security considerations.

BradyBonnette commented 1 year ago

Other than the one comment, I'd like to see the book updated with a section on using this.

That was always part of my plan. I just wanted to get something pushed up first so I could test it out in other environments. That is, I wanted everything squared away before I solidified it in documentation.