Skip to content

module myna.database.database_types

Database classes for handling different types of data object loading


function return_datatype_class

return_datatype_class(datatype_str)

Return a corresponding database class object given a string name of the database

Generally this is meant corresponds with user-input names for the database specification in the input file.

Args:

  • datatype_str: string of the database name

This file was automatically generated via lazydocs.