Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ Config
Class
Config
backend/common/core/models.py:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
class
Config:
17
json_encoders = {
18
int:
lambda
v: str(v)
if
isinstance(v, int) and v > (2**53 - 1)
else
v
19
}
Callers
1
run_migrations
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected