Skip to content
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

FEATURE | DOCS | Add linked examples #53

Open
v1a0 opened this issue Nov 19, 2021 · 0 comments
Open

FEATURE | DOCS | Add linked examples #53

v1a0 opened this issue Nov 19, 2021 · 0 comments
Labels
docs Documentation additions or mistakes reports feature New feature request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@v1a0
Copy link
Owner

v1a0 commented Nov 19, 2021

Add to docs few linked like this (shadow) examples with inline href right in code. I think it looks cool 🔥

Example

db: SQLite3x = ...

db.select(
            db["users"],
            [self.db["users"]['id'], 'user_id', 'first_name', 'user_status.name'],
            WHERE=self.db["users"]["user_id"] == user_id</a>,
            JOIN=(
                ("user_status", ON, "user_status.id = users.status"),
            ),
        )
db: SQLite3x = ...

db.select(
            db["users"],
            [self.db["users"]['id'], 'user_id', 'first_name', 'user_status.name'],
            WHERE=self.db["users"]["user_id"] == user_id,
            JOIN=(
                ("user_status", ON, "user_status.id = users.status"),
            ),
        )
@v1a0 v1a0 added docs Documentation additions or mistakes reports feature New feature request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 19, 2021
@v1a0 v1a0 added this to To do in sqllex-kanban via automation Nov 19, 2021
@v1a0 v1a0 assigned v1a0 and unassigned v1a0 Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation additions or mistakes reports feature New feature request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant