Versioning #367
Replies: 1 comment 1 reply
-
The current workflow is to keep the ThinsDB code in a project within
And in the {
"exposes": {
"file": "code.js"
"test": "@test"
}
} In ThingsDB the code can then be simple used:
This idea can be improved, but something in this direction. |
Beta Was this translation helpful? Give feedback.
-
Hi.
With my point of view I have few questions. I'm thinking about using ThingsDB as backend technology (no middle layer, no python or anything). So if I want to develop logic I'll be working directly with local ThingsDB instance (through console or GUI). But in the end I've some docker instance which will contain all my logic.
So if I want to use git ..how? It doesn't make sense to use git on the whole ThingsDB data folder. I don't need "data" in git repository (with "data" I mean informations). How can I store and share only logic, enum, tasks and types (maybe something else what is needed)? If more people will be colaborating, or for deployment.
Beta Was this translation helpful? Give feedback.
All reactions