feat: update prompt to specify SQLite preference for database-backed services

- Add requirement to use SQLite for every service that will support it
- Avoid heavier databases like PostgreSQL, MySQL when SQLite is adequate
- Only use heavier databases when SQLite is not supported or inadequate
- Implement proper SQLite volume management and security practices
- Configure SQLite as default database engine in environment variables
- Ensure data integrity and performance when migrating to SQLite
- Implement proper backup strategies for SQLite databases
This commit is contained in:
2025-10-28 20:41:00 -05:00
parent 68e1bc99d2
commit d80d793079
7 changed files with 65 additions and 25 deletions

3
.gitignore vendored
View File

@@ -59,6 +59,7 @@ artifacts/SupportStack/config/wakaapi/database/*.db
artifacts/SupportStack/config/wakaapi/database/*.db-journal
artifacts/SupportStack/config/homepage/logs/
artifacts/SupportStack/docker-compose/config/
artifacts/ToolboxStack/toolbox-base/.build-cache/
# Local Docker volumes
.docker-volumes/
@@ -81,4 +82,4 @@ temp/
*.backup
# System files
.SynologyWorkingDirectory
.SynologyWorkingDirectory