Skip to content

Commit 1a157ea

Browse files
committed
feat: update README to clarify database options and correct file paths for migration scripts
1 parent eca771f commit 1a157ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Application Features:
1313
- 📄 Structured Logging
1414
- 🔒 API endpoints secured with API key authentication
1515
- 🛡️ Centralized error handling with custom exceptions and detailed logging
16-
- 💾 (Optional) SQLite (Default) or PostgreSQL as the SQL database.
16+
- 💾 SQLite (Default) or PostgreSQL as the SQL database.
1717

1818
Repo Features:
1919
- 🛠️ configuration in a single file pyproject.toml
@@ -108,8 +108,8 @@ dc db up -d
108108
uv run python src/main.py
109109
```
110110

111-
The code `migrate-db` can be found in [migration_cli.py](src/utils/migration_cli.py).
112-
The code `dc` can be found in [docker_compose_cli.py](src/utils/docker_compose_cli.py).
111+
The code `migrate-db` can be found in [migration_cli.py](src/utils/cli/migration.py).
112+
The code `dc` can be found in [docker_compose_cli.py](src/utils/cli/docker_compose.py).
113113

114114
### Run the application with Docker Compose
115115

0 commit comments

Comments
 (0)