Skip to content

Is it possible to create multiple tables with db.create()? #31

@nicobrix3

Description

@nicobrix3

Is it correct to do this?

db.create(0, TABLE_SIZE, (unsigned int)sizeof(logEvent));
db.create(0, TABLE_SIZE, (unsigned int)sizeof(userDetail));
db.create(0, TABLE_SIZE, (unsigned int)sizeof(tempReading));

Thank you!

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