docs: add some files from zh to en
This commit is contained in:
parent
c753ec81cc
commit
0b61220846
|
@ -0,0 +1,3 @@
|
|||
```php title="原生连接"
|
||||
{{#include docs/examples/php/connect.php}}
|
||||
```
|
|
@ -0,0 +1,3 @@
|
|||
```php
|
||||
{{#include docs/examples/php/insert.php}}
|
||||
```
|
|
@ -0,0 +1,3 @@
|
|||
```php
|
||||
{{#include docs/examples/php/insert_stmt.php}}
|
||||
```
|
|
@ -0,0 +1,3 @@
|
|||
```go
|
||||
{{#include docs/examples/php/query.php}}
|
||||
```
|
|
@ -1,2 +0,0 @@
|
|||
[workspace]
|
||||
members = ["restexample", "nativeexample"]
|
Loading…
Reference in New Issue