bobbylite / bobbylite/service-template

Add persistence layer

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

No database/persistence exists yet. Add a persistence layer (choose DB + ORM/driver) behind the services/ layer, keeping api/ and mcp/ adapters unchanged.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue asks to add a database and ORM behind the services/ layer. First, examine the existing service layer to understand the data models and interfaces. Then, choose a database (e.g., PostgreSQL, SQLite) and an ORM (e.g., SQLAlchemy, Tortoise-ORM). The work involves designing the schema, integrating the ORM, and ensuring the API and MCP adapters remain unchanged. Done when the services can persist and retrieve data through the new layer.

Written by the indexing model from the issue text.

Assessment

Tech stack
fastapi, python
Domain
backend, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.