Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Articles #198

Merged
merged 7 commits into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions articles/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Articles

Articles about `pgx`!

By our team:

* "Forging SQL from Rust" ([archive](forging-sql-from-rust.md)) by [Ana Hobden (a `pgx` maintainer)](https://github.com/Hoverbear/)

By others (chronological order):

* ["A Rust PostgreSQL Extension for CAS Numbers"](https://depth-first.com/articles/2021/09/07/a-rust-postgresql-extension-for-cas-numbers/) by [Richard L. Apodaca](https://github.com/rapodaca/) ([Metamolecular](https://metamolecular.com/))
* ["Postgres Extensions in Rust"](https://depth-first.com/articles/2021/08/25/postgres-extensions-in-rust/) by [Richard L. Apodaca](https://github.com/rapodaca/) ([Metamolecular](https://metamolecular.com/))
* ["Building PostgreSQL Extensions with Rust"](https://tech.marksblogg.com/postgresql-extension-rust.html) by [Mark Litwintschik](https://github.com/marklit)
* ["Introducing hyperfunctions: new SQL functions to simplify working with time-series data in PostgreSQL"](https://blog.timescale.com/blog/introducing-hyperfunctions-new-sql-functions-to-simplify-working-with-time-series-data-in-postgresql/) by [Joshua Lockerman](https://github.com/JLockerman), [David Kohn](https://github.com/davidkohn88), [Brian Rowe](https://github.com/WireBaron) ([Timescale](https://www.timescale.com/))
* ["From Zero to PostgreSQL extension in 3 hours with Rust"](https://postgresconf.org/blog/posts/from-zero-to-postgresql-extension-in-3-hours-with-rust) ([video](https://www.youtube.com/watch?v=RORkgaURcS0)) by Magnus Brun Falch (Bamboo Solutions AS)
* **PRs for your own articles welcome!**