Skip to content

Commit

Permalink
enhance: update contrib/drivers/README.MD (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git authored Mar 7, 2024
1 parent 6ed3038 commit cab6b89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/drivers/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@ import _ "github.com/gogf/gf/contrib/drivers/mysql/v2"
```
import _ "github.com/gogf/gf/contrib/drivers/sqlite/v2"
```
Note:
- It does not support `Save` features.

## PostgreSQL
```
import _ "github.com/gogf/gf/contrib/drivers/pgsql/v2"
```
Note:
- It does not support `Save/Replace` features.
- It does not support `LastInsertId`.
- It does not support `Replace` features.

## SQL Server
```
Expand Down

0 comments on commit cab6b89

Please sign in to comment.