Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
loom-kernel docs
loom-kernel docs

Getting Started

  • Quickstart
  • ETL Quickstart

REST

  • Auto-CRUD
  • Use-case DSL
  • Celery worker
  • Examples repo
  • REST Testing

ETL

  • ETL
  • ETL Testing
  • ETL Examples

Reference

  • Reference
    • Core API
      • loom.core.use_case
      • loom.core.use_case.markers
      • loom.core.use_case.compute
      • loom.core.use_case.rule
      • loom.core.use_case.field_ref
      • loom.core.command
      • loom.core.model
      • loom.core.engine
      • loom.core.errors
      • loom.core.config
    • ETL API
      • loom.etl.runner
      • loom.etl.runtime
      • loom.etl.declarative
      • loom.etl.pipeline
      • loom.etl.schema
      • loom.etl.storage
      • loom.etl.checkpoint
      • loom.etl.observability
      • loom.etl.backends._historify
      • loom.etl.backends.polars
      • loom.etl.backends.spark
      • loom.etl.testing
      • loom.etl.testing.spark
    • Repository API
      • loom.core.repository.abc
      • loom.core.repository.abc.query
      • loom.core.repository.sqlalchemy
      • loom.core.cache
      • loom.core.cache.repository
      • loom.core.cache.gateway
      • loom.core.cache.dependency
      • loom.core.cache.decorators
    • REST API
      • loom.rest.model
      • loom.rest.compiler
      • loom.rest.autocrud
      • loom.rest.fastapi
      • loom.rest.fastapi.app
      • loom.rest.fastapi.router_runtime
      • loom.rest.fastapi.openapi
      • loom.rest.fastapi.response
    • Testing API
      • loom.testing
Back to top
View this page

Repository API¶

Contracts¶

loom.core.repository.abc

loom.core.repository.abc.query

SQLAlchemy adapter¶

loom.core.repository.sqlalchemy

Cache layer¶

loom.core.cache

loom.core.cache.repository

loom.core.cache.gateway

loom.core.cache.dependency

loom.core.cache.decorators

Next
loom.core.repository.abc
Previous
loom.etl.testing.spark
Copyright © 2026, the-reacher-data
Made with Sphinx and @pradyunsg's Furo
On this page
  • Repository API
    • Contracts
    • SQLAlchemy adapter
    • Cache layer