Ejemplo n.º 1
0
"""OpenLibrary schema."""
from openlibrary.core.schema import get_schema

if __name__ == "__main__":
    print get_schema().sql()
Ejemplo n.º 2
0
 def __init__(self, dirname):
     self.dirname = dirname
     self.index_engine = IndexUtil(db, schema.get_schema())
Ejemplo n.º 3
0
"""OpenLibrary schema."""
from openlibrary.core.schema import get_schema

if __name__ == "__main__":
    print(get_schema().sql())
Ejemplo n.º 4
0
"""OpenLibrary schema."""
from __future__ import print_function
from openlibrary.core.schema import get_schema

if __name__ == "__main__":
    print(get_schema().sql())