Skip to content

Commit

Permalink
chore: adding features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraxas-365 committed Apr 16, 2024
1 parent fa92fea commit d45f7fc
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 d45f7fc

Please sign in to comment.