Skip to content

Issue on docs #355

@maubaum

Description

@maubaum

Path: /tools/toolkits/database/sql

In the example of tool SQL, db_url = "postgresql+psycopg://ai:ai@localhost:5532/ai" raised an error for me. Missed library.

I solved changing to db_url = "postgresql+psycopg2://ai:ai@localhost:5532/ai"

psycopg2, not psycopg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions