OpenMCT advanced features
DomainObject storage is being worked on by tricking SQLite into being a JSON document store. I used the technique outlined here to add an indexed,…
API: Functionality for handling multi-packets
Closed with c9b73ee006cbf5f23886b2fbc8798e652c3c8afb. I added a migration that alters the bus_events
table to add a virtual column that pulls the idx
key from the JSON. The BusEventsFilter…
API: Functionality for handling multi-packets
456f84b5c7
remove QueryModifiers, replace with explicit
daf4fe97dc
added DocumentNotFound error
5b38daf74f
wip: Telem DB Document API and Tests
7a98f52542
hack: remove faulty table from old migration
0a6a6bb66d
add openmct domain object table and skeleton
API: functionality for handling multi-packets