Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactorisation: add protocol for DB access as implement Prisma and In-memory versions #9

Closed
13 tasks done
davorrunje opened this issue Jul 29, 2024 · 1 comment
Closed
13 tasks done
Assignees

Comments

@davorrunje
Copy link
Contributor

davorrunje commented Jul 29, 2024

  • Sync -> get default, set_default
  • Gap between method in base
  • Rename to BackendDBProtocol and FrontendDBProtocol
  • Separate tests for prisma.py
  • Separate implementation of in memory
  • Separate tests for inmemory
  • Use inmemory in tests
  • class defaultdb
  • Remove typeadapter
  • fix agents/base.py
  • Move lifespan
  • Use Union[str, UUID]
  • Fix exception raising
@kumaranvpl
Copy link
Collaborator

Fixed at #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants