king-michael / simulation_database

Apache License 2.0
1 stars 1 forks source link

Update database model #17

Closed king-michael closed 5 years ago

king-michael commented 5 years ago

Idea

sim.keywords returns a List[Keywords instead of a query.

Background

When query a sim object, the sim.keywords returned a query. This query could be filtered and executed to become the Keywords. In the most cases this is not needed.

Proposed changes

Todo