You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not ready for large-scale production yet (I've already using it on one of my projects). But, the API is probably close to how you'd do things on Squirrel.
15
+
It's not ready for large-scale production yet (although I've already using it on one of my projects). But, the API is probably close to how you'd do things on Squirrel.
16
16
17
17
### Create a table
18
18
19
19
```go
20
20
import"github.com/aldy505/bob"
21
21
22
22
funcmain() {
23
-
// Note that CREATE TABLE don't return args params.
23
+
// Note that CREATE TABLE doesn't returns args params.
24
24
sql, _, err:= bob.
25
25
CreateTable("tableName").
26
26
// The first parameter is the column's name.
27
27
// The second parameters and so on forth are extras.
0 commit comments