Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.