Assume that the ".truth-yard.d" is a "files drop-in" table has the shape of path: string and content: unknown and use discover.ts:spawnableSqlSource to get all the "files". The files (rows in the table) could be simple key/value pairs or full files of content like .env etc. Use that extensibility to read configuration entries for each data supplier.
Ref: https://github.com/netspective-labs/sqlite-aide/blob/main/src/core-ddl.sqlite.sql
Assume that the ".truth-yard.d" is a "files drop-in" table has the shape of
path: stringandcontent: unknownand usediscover.ts:spawnableSqlSourceto get all the "files". The files (rows in the table) could be simple key/value pairs or full files of content like.envetc. Use that extensibility to read configuration entries for each data supplier.Ref: https://github.com/netspective-labs/sqlite-aide/blob/main/src/core-ddl.sqlite.sql