sql: Refactor use of tables
This commit is contained in:
parent
85fe5b5c5a
commit
73d821e320
19 changed files with 191 additions and 83 deletions
|
|
@ -12,6 +12,9 @@ import (
|
|||
|
||||
type SQL struct {
|
||||
component.Base
|
||||
Dependencies struct {
|
||||
Tables []component.Table
|
||||
}
|
||||
|
||||
ServerURL string // upstream server url
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue