Loading
feat(database): enhance query capabilities for meetings and specs
* Push filters to SQL WHERE for meetings and specs using Oxyde ORM. * Improve performance by reducing in-memory filtering for subgroups. * Load source records only for matching specs to optimize queries. * Refactor existing ID checks to utilize ORM for existing records.