nautilus.models.base.
BaseModel
Bases: peewee.Model
peewee.Model
DoesNotExist
alias of BaseModelDoesNotExist
BaseModelDoesNotExist
fields
Returns the fields of the table.
id
model_name
primary_key
Retrieve the primary key of the database table.
required_fields
Retrieve the required fields for this model.
nautilus.models.util.
create_connection_model
Create an SQL Alchemy table that connects the provides services