sql

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudSQLConnector

type CloudSQLConnector struct {
	// contains filtered or unexported fields
}

CloudSQLConnector implements DBConnector for Cloud SQL connections.

func (*CloudSQLConnector) Connect

func (c *CloudSQLConnector) Connect(ctx context.Context) (*gorm.DB, error)

Connect connects to the database using the Cloud SQL connection.

type DBConnector

type DBConnector interface {
	Connect(ctx context.Context) (*gorm.DB, error)
}

DBConnector is an interface for database connections.

func CreateDBConnector

func CreateDBConnector(dbType, dbPath, instanceConnectionName, user, password, dbname string) DBConnector

CreateDBConnector is a factory function that returns the appropriate DBConnector.

type SQLiteConnector added in v0.0.10

type SQLiteConnector struct {
	// contains filtered or unexported fields
}

SQLiteConnector implements DBConnector for SQLite connections.

func (*SQLiteConnector) Connect added in v0.0.10

func (c *SQLiteConnector) Connect(ctx context.Context) (*gorm.DB, error)

Connect connects to the SQLite database.

Jump to

Keyboard shortcuts

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