MCPcopy 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
258class Table:

Callers 1

get_schemaFunction · 0.95

Calls 1

sqlMethod · 0.45

Tested by

no test coverage detected