Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sxwebdev committed Apr 13, 2024
1 parent e908ef9 commit 194e4e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ if err != nil {
}
```

### Drop table

```go
b := tsbuilder.NewDropTableBuilder().Tables("db_name.table_name")

sql, err := b.Build()
if err != nil {
t.Fatal(err)
}
```

## Available funcs

- `tsfuncs.Abs(expr)`
Expand Down

0 comments on commit 194e4e9

Please sign in to comment.