Skip to content

Is it possible to create manager object later? #10

Description

@the-vindicar

In the example you create a manager object first, and give it a database URL before defining your models.
However, peewee allows you to create a Database object without actually associating it to a database, and connect it afterwards.
Is it possible to create a manager without specifying the database, if I want to connect to it at a later time?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions