bluesearch.entrypoint.database.schemas module
Module for defining SQL schemas.
-
schema_articles(metadata: sqlalchemy.sql.schema.MetaData) → None[source]
Add to the given ‘metadata’ the schema of the table ‘articles’.
-
schema_sentences(metadata: sqlalchemy.sql.schema.MetaData) → None[source]
Add to the given ‘metadata’ the schema of the table ‘sentences’.