Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

[Improvement] Database #15

Description

@drkthunder02

It would make more sense to have a configuration option to allow the tables to utilize mysql or sqlite. Another way to improve this transaction on large servers is to just check for the file in the cron job rather than build the structure to add the sqlite file then check to see if it's been created. You could have the configuration file specify whether mysql is being utilized which then you don't have to check for the tables each and every time or if sqlite is being utilized check for the file existing first before anything else goes on in the createAuthDb() function.

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