An open API service indexing awesome lists of open source software.

https://github.com/geekmasher/rust-sqlx-research


https://github.com/geekmasher/rust-sqlx-research

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rust-sqlx-research

This was research done by [GeekMasher](https://github.com/GeekMasher) to see if SQLx has the same issues as other frameworks in other languages.

## Resources

- [Blog post](https://geekmasher.dev/sec/rust-sql-injection-research/)
- [YouTube Research](https://youtu.be/cBLZ8jbNtcw)

## Setup

1. Creating a `.env` file with
- `DATABASE_URL`
- `POSTGRES_USER`
- `POSTGRES_PASSWORD`
2. Export or set the `DATABASE_URL`