(no title)
vailripper | 4 years ago
How are the applications stored internally? Is it possible to do Git-based versioning with apps?
vailripper | 4 years ago
How are the applications stored internally? Is it possible to do Git-based versioning with apps?
shogunpurple|4 years ago
Our app metadata is stored as JSON documents in CouchDB, but entire apps can be exported to .txt files that can be imported into budibase also. Our templates work through this method.
We do not currently support git based versioning, although it's certainly something we could support in future, given the fact an entire app can be represented in a .txt file.