Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ sql
Method
sql
openlibrary/utils/schema.py:254–255 ·
view source on GitHub ↗
(self, engine)
Source
from the content-addressed store, hash-verified
252
self.indexes.append(i)
253
254
def
sql(self, engine):
255
return
"\n"
.join(x.sql(engine)
for
x in self.tables + self.indexes)
256
257
258
class
Table:
Callers
1
get_schema
Function · 0.95
Calls
1
sql
Method · 0.45
Tested by
no test coverage detected