Rushmore Mushambi
Rushmore Mushambi
The CLI also uses the SDK @teenjuna. I think it's not happening in the CLI because [it increases the stack size](https://github.com/surrealdb/surrealdb/blob/ed60a35b9b539e1b4be0725d909ba9d83e45ce07/src/main.rs#L37-L56).
That's a good idea @teenjuna. I think we should hold off closing this until it's either documented or we find a way to fix it somehow. Ideally I would hope...
Thank you for reporting this @dev-inigmas. This is already [fixed on nightly](https://docs.rs/surrealdb-nightly/latest/surrealdb/struct.RecordIdKey.html#impl-From%3CUuid%3E-for-RecordIdKey). It should be out with the next release.
In v2 the `sql` module is undocumented. This is [intentional](https://github.com/surrealdb/surrealdb/pull/4498). Some new, SDK specific, types were introduced to replace types like `Thing` (now `RecordId`) and `Id` (now `RecordIdKey`). Unfortunately some...