예제 #1
0
"""OpenLibrary schema."""
from openlibrary.core.schema import get_schema

if __name__ == "__main__":
    print get_schema().sql()
예제 #2
0
파일: oldump.py 프로젝트: yzou/openlibrary
 def __init__(self, dirname):
     self.dirname = dirname
     self.index_engine = IndexUtil(db, schema.get_schema())
예제 #3
0
"""OpenLibrary schema."""
from openlibrary.core.schema import get_schema

if __name__ == "__main__":
    print(get_schema().sql())
예제 #4
0
"""OpenLibrary schema."""
from __future__ import print_function
from openlibrary.core.schema import get_schema

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