Skip to content

Commit

Permalink
alpha версия способная генерировать простые select, insert, update за…
Browse files Browse the repository at this point in the history
…просы
  • Loading branch information
swelf19 committed Jan 18, 2021
1 parent 9c298bf commit 12c8651
Show file tree
Hide file tree
Showing 23 changed files with 3,711 additions and 1,096 deletions.
8 changes: 0 additions & 8 deletions devapp/devapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ type User struct {
UserName string `tsqb:"col=username"`
LastLog string `tsqb:"col=last_log"`
}

//Store -
//tsqb:gen
//tsqb:tablename=stores
type Store struct {
ID int `tsqb:"col=id"`
StoreName string `tsqb:"col=storename"`
}
Loading

0 comments on commit 12c8651

Please sign in to comment.