Database Types¶
Here is a listing of all supported data types that the various backends have implemented, by Cyclus version number. If your agents need a type that is not yet supported, please let us know and we’ll get to it as soon as possible!
Description of fields:
- ID:
Enum identifier (value) for database type in the
cyclus::DbTypes
enum.- Name:
Enum name for database type in the
cyclus::DbTypes
enum.- C++ Type:
The corresponding C++ type.
- Shape Rank:
The maximum rank (length) of the
shape
vector.- Backend:
The database backend type.
- Version:
The Cyclus version.
- Supported:
Flag for if the backend supported this type in this release.