Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBS ¶
type DBS struct {
// contains filtered or unexported fields
}
типы используемые в этом пакете
func (DBS) Open ¶
func (d DBS) Open(dsn DatabaseOptions)
создание хэндлера для работы с базой данных
type DatabaseOptions ¶
type DatabaseOptions struct {
User, Password, Host, Port, DatabaseName string
ListTables []interface{}
}
типы используемые в этом пакете
Click to show internal directories.
Click to hide internal directories.