potoroo
latest

Table of Contents

  • API Reference
  • Changelog
  • Development Guide
  • README
potoroo
  • Welcome to potoroo’s documentation!
  • Edit on GitHub

Welcome to potoroo’s documentation!

Python implementations of the Repository and UnitOfWork abstractions.

Table of Contents

  • API Reference
    • potoroo package
      • BasicRepo
        • BasicRepo.add()
        • BasicRepo.get()
      • QueryRepo
        • QueryRepo.get_by_query()
        • QueryRepo.remove_by_query()
      • Repo
        • Repo.all()
        • Repo.remove()
        • Repo.remove_by_key()
        • Repo.update()
      • UnitOfWork
        • UnitOfWork.commit()
        • UnitOfWork.repo
        • UnitOfWork.rollback()
  • Changelog
    • Unreleased
    • 0.6.0 - 2024-04-05
      • Changed
    • 0.5.0 - 2024-04-03
      • Changed
    • 0.4.1 - 2022-06-04
      • Changed
    • 0.4.0 - 2022-06-04
      • Added
      • Changed
    • 0.3.2 - 2022-01-17
      • Fixed
    • 0.3.1 - 2022-01-17
      • Added
    • 0.3.0 - 2022-01-15
      • Changed
    • 0.2.1 - 2022-01-15
      • Fixed
    • 0.2.0 - 2022-01-15
      • Added
      • Miscellaneous
    • 0.1.0 - 2022-01-15
      • Miscellaneous
  • Development Guide
    • How to submit feedback?
    • Developer’s Guide
      • Basic Usage 🔢
      • How do I … ❓
      • Badges 📛
    • New Releases
  • README
    • Installation 🗹
    • Useful Links 🔗

Indices and Tables

  • Index

  • Module Index

Next

© Copyright . Revision b9f8cb6b.

Built with Sphinx using a theme provided by Read the Docs.

 GitHub: https://github.com/bbugyi200/potoroo