Skip to content

Method save a record being an instance #39

@ghost

Description

Feature description::

Currently to save a record in a table:

person_1 = Person(first_name="Teste 1", last_name="teste lastname", age=19, salary=5000)

person_1 = await Person.save(person_1)

This issue wants to add a new way to save, making it easier for the user:

person_1 = Person(first_name="Teste 1", last_name="teste lastname", age=19, salary=5000)

await person_1.save()

Need:

Make it easier for the user to save a new record.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions