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

Declare all possible field entries inside database definition #454

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Today only field entries for which we have a parsing expression are declared inside the database definition. Other fields that are parsed inside parsing methods in the entry class, are not declared. This prevent us from defining a method that would return all entry fields handled inside a database connector. What to do: