MCPcopy Create free account
hub / github.com/chainbound/apollo / CreateTable

Method CreateTable

db/db.go:79–94  ·  view source on GitHub ↗

CreateTable drops and creates the table with `name` if it exists, otherwise just creates it. `cols` contains the results, which in this case are used to determine the types of the tables.

(ctx context.Context, name string, cols map[string]cty.Value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

HandleResultMethod · 0.80

Calls 1

GenerateCreateDDLFunction · 0.92

Tested by

no test coverage detected