MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / references_to_sql

Method references_to_sql

openlibrary/utils/schema.py:163–164  ·  view source on GitHub ↗
(self, column_name, value)

Source from the content-addressed store, hash-verified

161 )
162
163 def references_to_sql(self, column_name, value):
164 return "references " + value
165
166
167class SQLiteAdapter(AbstractAdapter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected