thingsdb / ThingsDB

Node - The ThingsDB Core
https://thingsdb.io
GNU General Public License v3.0
41 stars 3 forks source link

Version 1.5 #357

Closed joente closed 8 months ago

joente commented 8 months ago

Description

Separate the collection Id from the root Id which enables the option for conflicting Id's between collection. With this change each collection can start with Id 1 for the root thing. This also allows for a single collection import and export which is created by this change as well. Implement import function and update export(..) function to support a full collection dump. This pr also includes a fix to adding values to a list with enumerator restriction and a fix with applying a relation to existing data.

Type of change

How Has This Been Tested?

Checklist: