docs: add some files from zh to en

This commit is contained in:
gccgdb1234 2022-08-22 09:13:38 +08:00
parent c753ec81cc
commit 0b61220846
5 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,3 @@
```php title="原生连接"
{{#include docs/examples/php/connect.php}}
```

View File

@ -0,0 +1,3 @@
```php
{{#include docs/examples/php/insert.php}}
```

View File

@ -0,0 +1,3 @@
```php
{{#include docs/examples/php/insert_stmt.php}}
```

View File

@ -0,0 +1,3 @@
```go
{{#include docs/examples/php/query.php}}
```

View File

@ -1,2 +0,0 @@
[workspace]
members = ["restexample", "nativeexample"]