Skip to content

Database configuration: LETTA_PG_SCHEMA option with sensible default schema name #3002

@briandastous

Description

@briandastous

Is your feature request related to a problem? Please describe.
Documentation shows how to specify an external database to connect to (link) but Letta just dumps all created objects (tables, etc) into the public schema. This makes it hard to keep track of what database objects are owned by Letta.

Describe the solution you'd like
Support a LETTA_PG_SCHEMA option, where Letta will create all database objects inside the specified schema. Also, by default, Letta should not use the public schema, it should default to a schema name like letta.

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