Closed lveillard closed 4 months ago
Introduced a new SurrealDB adapter with 'edges' and 'refs' link modes, updating scripts, configurations, and tests to support these modes.
Key points:
linkMode
SurrealDB
src/adapters/surrealDB/enrichSchema/helpers.ts
src/helpers.ts
package.json
cross-env
logger.ts
queryMachine
surrealDBRefs
src/stateMachine/query/queryMachine.ts
surql-refs
src/stateMachine/query/surql-refs/*
tests/bench.sh
tests/test.sh
tests/adapters/surrealDB/mocks/*
tests/unit/*
tests/helpers/init.ts
tests/helpers/setup.ts
Generated with :heart: by ellipsis.dev
Summary:
Introduced a new SurrealDB adapter with 'edges' and 'refs' link modes, updating scripts, configurations, and tests to support these modes.
Key points:
linkMode
support inSurrealDB
adapter (src/adapters/surrealDB/enrichSchema/helpers.ts
,src/helpers.ts
)package.json
scripts for newSurrealDB
link modescross-env
dependency inpackage.json
logger.ts
for custom loggingqueryMachine
to handlesurrealDBRefs
(src/stateMachine/query/queryMachine.ts
)surql-refs
(src/stateMachine/query/surql-refs/*
)tests/bench.sh
andtests/test.sh
to handle new link modesSurrealDB
link modes (tests/adapters/surrealDB/mocks/*
)tests/unit/*
)tests/helpers/init.ts
andtests/helpers/setup.ts
for new configurationsGenerated with :heart: by ellipsis.dev