dbminer

package
v0.0.0-...-153971b Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Search(m DatabaseMiner) error

Types

type Database

type Database struct {
	Name   string
	Tables []Table
}

func (Database) String

func (d Database) String() string

type DatabaseMiner

type DatabaseMiner interface {
	GetSchema() (*Schema, error)
}

type Schema

type Schema struct {
	Databases []Database
}

func (Schema) String

func (s Schema) String() string

type Table

type Table struct {
	Name    string
	Columns []string
}

func (Table) String

func (t Table) String() string

Jump to

Keyboard shortcuts

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