docs(contributing/labrinth): enable all useful features for sqlx-cli install

This commit is contained in:
Alejandro González 2025-08-07 01:51:20 +02:00
parent 35aeab98cd
commit ed8f176a52
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ This project is part of our [monorepo](https://github.com/modrinth/code). You ca
To get a basic configuration, copy the `.env.local` file to `.env`. Now, you'll have to install the sqlx CLI, which can be done with cargo:
```sh
cargo install sqlx-cli --no-default-features --features postgres,rustls
cargo install sqlx-cli --no-default-features --features mysql,sqlite,postgres,rustls,completion
```
From there, you can create the database and set up its schema with one simple command: