Documentation
¶
Index ¶
Constants ¶
View Source
const (
//CONNECTION_STRING user:password@tcp(host:port)/databaseName
CONNECTION_STRING = "%s:%s@tcp(%s:%d)/%s"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabaseType ¶
type DatabaseType int
const ( MySQL DatabaseType = iota // import _ "github.com/go-sql-driver/mysql" Oracle // import _ "github.com/mattn/go-oci8" SqlServer // import _ "github.com/denisenkom/go-mssqldb" PostgreSql // import _ "github.com/lib/pq" )
type Rows ¶
func (*Rows) GetByIndex ¶
Click to show internal directories.
Click to hide internal directories.