Zendro-dev / Zendro-dev.github.io

Zendro documentation
5 stars 2 forks source link

Add documentation for arbitrary database connections (release 0.3.0) #11

Closed davelsan closed 4 years ago

davelsan commented 4 years ago

Description

With update 0.3.0, the file config.json was deprecated and a new data_models_storage_config.json was introduced. In this new config file, each key-value pair defines a database connection that can be used by any data model via an optional database property.

The documentation in this repository needs to be updated to reflect these changes. The following files are affected:

Additional Issues

The data models JSON file spec is repeated in non-developer_documentation.md and setup_data_scheme.md.