ueprofilesqlserver

package module
v0.0.0-...-32ae313 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

README

Unreal Engine Profile CSV SQL server

This software exposes unreal engine profile csv files as an mysql compatible query database.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDatabaseProvider

func NewDatabaseProvider(dbs ...sql.Database) *databaseProvider

Types

type ConverterFunc

type ConverterFunc func(string) (any, error)

type DataMapper

type DataMapper struct {
	Func ConverterFunc
	Type sql.Type
}

type Number

type Number interface {
	int64 | float64
}

type Server

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

func NewServer

func NewServer(dir string) (*Server, error)

func (*Server) AddFile

func (s *Server) AddFile(filename string) error

func (*Server) Close

func (s *Server) Close() error

func (*Server) Start

func (s *Server) Start() error

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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