-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add docs for Relation literals #2605
Conversation
Is this a reasonable name? Or does it conjure someone saying "They're _literally_ tables" when seeing some large stools? I've combined it with the `from_text` page, as I think they're similar (and I put these first since I think they're generally better). One question — do we want any keyword for them — e.g. `from_lit {...}`? I don't think we necessarily do, but wanted to raise it, since it's the only construction which can be directly in line now.
If you want, you can use:
... because I'd say let's not add too much unnecessary functions here. |
Co-authored-by: Aljaž Mur Eržen <aljazerzen@users.noreply.github.com>
Co-authored-by: Aljaž Mur Eržen <aljazerzen@users.noreply.github.com>
Co-authored-by: Aljaž Mur Eržen <aljazerzen@users.noreply.github.com>
for more information, see https://pre-commit.ci
My preference is starting with Given things like |
This resonates with me... |
Merging this; with a note on us considering |
I've combined it with the
from_text
page, as I think they're similar (and I put these first since I think they're generally better).One question — do we want any keyword for them — e.g.
from_lit {...}
? I don't think we necessarily do, but wanted to raise it, since it's the only construction which can be directly in line now.