rfcs
rfcs copied to clipboard
RFCs for major changes to EdgeDB
Results
24
rfcs issues
Sort by
recently updated
recently updated
newest added
This RFC proposes changes to the Gel server and the Python client that would provide explicit access to search and ML functionality.
With the advent of functions with insert/update/delete, it's very tempting to be able to define functions on types themselves. Schema ```edgeql type Movie { title: str; multi actors: Actor; multi...