Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ get_databases
Method
get_databases
solidui/datasource_plugin/base.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
29
@abstractmethod
30
def
get_databases(self):
31
pass
32
33
@abstractmethod
34
def
get_tables(self, database):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected