Tests and contribution
The source code of SQLx on GitHub
Clone the repository
$ git clone https://github.com/launchbadge/sqlx/
To run the tests that come with the source code read the README in tests folder. The following command will use a lot of memory and CPU:
$ cd tests
$ docker compose up -d
$ ./x.py --clippy
See also CONTRIBUTING.md in the repository.