SQLite support for Dockercontainer. #5
Labels
No Label
🛃 types
👪 users
invalid
wontfix
🚀 announcement
🎒 backend
🐞 bug
🐋 docker
💡 enhancement
📺 frontend
🤔 question
🔗duplicate
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Flaschengeist/flaschengeist#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For standalone Dockercontainer we need to support SQLite.
We are already using it for (the poorly created) unittests, I will investigate how to allow using it without changing too much.
But still not convinced that this is useful, as using SQLite as backend is not reasonable (single thread access) and we should keep our dependencies simple*.