Skip to content

Commit

Permalink
Merge branch 'main' into bump/sqlx-0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisllontop authored Apr 16, 2024
2 parents 02e5141 + f55b59f commit be5ca82
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,36 @@

### Instalation

```
```bash
cargo add keyv
```

#### Features

- Full

```bash
cargo add keyv --features full
```

- Redis

```bash
cargo add keyv --features redis
```

- Postgres

```bash
cargo add keyv --features postgres
```

- MySql

```bash
cargo add keyv --features mysql
```

### Initialization

By default everything is stored in memory, you can optionally also install a storage adapter.
Expand Down

0 comments on commit be5ca82

Please sign in to comment.