Skip to content

Commit 156ace7

Browse files
committed
Compiler note
1 parent c94c5e6 commit 156ace7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/features/plugins/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ PgDog comes with a powerful plugin system that allows you to customize the query
55

66
## Getting started
77

8+
#### Rust compiler
9+
Our plugins use the newest features of the Rust compiler. Before proceeding, make sure to update yours to the latest version:
10+
11+
```
12+
rustup update
13+
```
14+
15+
#### Building a plugin
16+
817
PgDog plugins are Rust libraries. To create a plugin, first create a project with Cargo:
918

1019
```

0 commit comments

Comments
 (0)