Hacker News new | ask | show | jobs
by vailripper 1676 days ago
I've been a big Retool user lately, this looks like a pretty nice competitor! I like that you've got some workflow components in here.

How are the applications stored internally? Is it possible to do Git-based versioning with apps?

1 comments

Hi,

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.