Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/piccolo-orm/piccolo
/ prep_database
Method
prep_database
piccolo/engine/base.py:117–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
116
@abstractmethod
117
async
def
prep_database(self):
118
pass
119
120
@abstractmethod
121
async
def
batch(
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected