Closed lveillard closed 4 months ago
Introduced SurrealDB mutation handling with new functions for building, parsing, and running SUQL mutations, and added corresponding unit tests.
Key points:
src/stateMachine/mutation/SUQL/build.ts
src/stateMachine/mutation/SUQL/parse.ts
src/stateMachine/mutation/SUQL/run.ts
src/stateMachine/mutation/machine.ts
tests/surrealdb/unit/mutations/mutationInit.test.ts
Generated with :heart: by ellipsis.dev
working in other branch
Summary:
Introduced SurrealDB mutation handling with new functions for building, parsing, and running SUQL mutations, and added corresponding unit tests.
Key points:
src/stateMachine/mutation/SUQL/build.ts
to build SUQL mutations.src/stateMachine/mutation/SUQL/parse.ts
to parse SUQL mutations.src/stateMachine/mutation/SUQL/run.ts
to run SUQL mutations.src/stateMachine/mutation/machine.ts
to integrate SUQL mutation functions.tests/surrealdb/unit/mutations/mutationInit.test.ts
for SUQL mutation functionalities.Generated with :heart: by ellipsis.dev