Additional, readonly, DB #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Is it a bug or a feature request?
Feature request
Describe what happens
Right now there is one, read-write, database
what should happen, instead?
It would be cool to have multiple databases, all of which (except one) would not be modifiable using the UI.
This would be cool because it would enable database-generation. For example, let's suppose you have an ICS calendar on nextcloud, and you want to transform that calendar into a schedule.
You could create a very custom script that, given an ICS calendar, creates a file in the same format as
db.json
.Being in a totally different file would allow for strong isolation and no conflicts whatsoever. ie: you are free to change this file however you want, without horrible consequences.
Challenges: