scrachy.db

Classes and utilities for working with SqlAlchemy and other database related functionality.

Modules

scrachy.db.base

The basic data types and classes required to define the SqlAlchemy models.

scrachy.db.engine

Utilities to initialize and work with the SqlAlchemy engine.

scrachy.db.models

The SqlAlchemy models.

scrachy.db.repositories

The Data Access Layer.