Skip to content

Add Occam's razor #9

@ianmcook

Description

@ianmcook

A lot of our templated ADBC examples are more verbose than they strictly need to be. For example, in the quickstarts, this:

dbapi.connect(
    driver="postgresql",
    db_kwargs={"uri": "postgresql://postgres:mysecretpassword@localhost:5432/demo"},
)

can be reduced to this:

dbapi.connect("postgresql://postgres:mysecretpassword@localhost:5432/demo")

It'd be great if the ADBC agent skill incorporated an instruction to be concise where possible, with details about how.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions