From d4c3c5d9ee228edab39a2bb43e21a22a194a2166 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Tue, 12 May 2026 14:18:40 +0300 Subject: [PATCH] chore: Add README to examples Some simple clarification for the use of the examples. --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..1e59e6d32f --- /dev/null +++ b/examples/README.md @@ -0,0 +1,6 @@ +# Examples + +Some of the examples require the use of the `sqlx` command line tool that is distributed via the [sqlx-cli](https://crates.io/crates/sqlx-cli). + +You can install it using the `cargo install sqlx-cli` command. +