dialect

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialect

type Dialect string

Dialect is the type of database dialect.

const (
	MySQL    Dialect = "mysql"
	MariaDB  Dialect = "mariadb"
	Postgres Dialect = "postgres"
	SQLite3  Dialect = "sqlite3"
	Unknown  Dialect = ""
)

func FromString

func FromString(dialect string) Dialect

func (Dialect) GooseDialect

func (d Dialect) GooseDialect() database.Dialect

func (Dialect) String

func (d Dialect) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL