Skip to content

dbtypes

bennibbelink edited this page Apr 8, 2024 · 1 revision

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 cooresponding 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.



Clone this wiki locally