sqlpipeline

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	llmEngine pipeline.LlmEngine,
	dataSourceType DataSourceType,
	dataSourceName string,
) (*pipeline.Pipeline, error)

Types

type DataSourceType

type DataSourceType string
const (
	DataSourceSqlite DataSourceType = "sqlite3"
	DataSourceMySQL  DataSourceType = "mysql"
)

type SQLDDLFn

type SQLDDLFn func() (string, error)

Jump to

Keyboard shortcuts

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