benchmate.knowledge_base

benchmate.knowledge_base.knowledge_base

KnowledgeBase Objects

class KnowledgeBase()

__init__

def __init__(engine)

basic db constructor, will create the tables if it doesn’t exist but we assume that the database is already created

Arguments:

  • engine: sqlalchemy engine created from sqlalchemy.create_engine()


This site uses Just the Docs, a documentation theme for Jekyll.