MCPcopy Index your code
hub / github.com/upper/db / Open

Method Open

adapter.go:43–45  ·  view source on GitHub ↗
(ConnectionURL)

Source from the content-addressed store, hash-verified

41}
42
43func (ma *missingAdapter) Open(ConnectionURL) (Session, error) {
44 return nil, fmt.Errorf("upper: Missing adapter %q, did you forget to import it?", ma.name)
45}
46
47// RegisterAdapter registers a generic database adapter.
48func RegisterAdapter(name string, adapter Adapter) {

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected