graphql-engine/v3/crates/execute
Vamshi Surabhi 8af78227a0 Experimental SQL interface (#742)
Adds a very experimental SQL interface to v3-engine for GenAI use cases.

---------

Co-authored-by: Abhinav Gupta <127770473+abhinav-hasura@users.noreply.github.com>
Co-authored-by: Gil Mizrahi <gil@gilmi.net>
Co-authored-by: Anon Ray <ecthiender@users.noreply.github.com>
V3_GIT_ORIGIN_REV_ID: 077779ec4e7843abdffdac1ed6aa655210649b93
2024-06-25 18:46:39 +00:00
..
benches Semicolons, everywhere! (#700) 2024-06-11 15:33:32 +00:00
src Experimental SQL interface (#742) 2024-06-25 18:46:39 +00:00
tests Experimental SQL interface (#742) 2024-06-25 18:46:39 +00:00
Cargo.toml Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
readme.md Split out execute crate (#588) 2024-05-17 14:42:23 +00:00

execute

Given an already resolved set of metadata, this crate is responsible for taking requests and executing them.