ceabiodb / biodb

An R package framework for accessing biological and chemical databases and developing or extending new connectors.
GNU Affero General Public License v3.0
11 stars 2 forks source link

Move declaration of connector parameters inside YAML definitions file #491

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Connector parameters are currently declared inside BiodbConnBase::.getFullPropDefList(). Move that declaration into inst/definitions.yml inside section conn.prop. Create a new class BiodbConnProp that loads those definitions and use it from inside BiodbConnBase.