Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ do_databases
Method
do_databases
console/modules/queryCommand.py:86–87 ·
view source on GitHub ↗
(self, _)
Source
from the content-addressed store, hash-verified
84
self._core.table_count_rows()
85
86
def
do_databases(self, _):
87
self._core.databases()
88
89
def
do_columns(self, args):
90
self._core.columns(args.args)
Callers
nothing calls this directly
Calls
1
databases
Method · 0.80
Tested by
no test coverage detected