Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite Storage Option #172

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

SQLite Storage Option #172

wants to merge 3 commits into from

Commits on Oct 23, 2024

  1. SQLite Storage Option

    Implements another option for storing the data.
    
    Currently, one of the pain points of flat files is that FTP/SFTP transfer of the files take a long time. When moving server files around, it's often that transferring the data takes up a significant portion of the time.
    
    However, with MySQL most shared providers have limited amount of SQL databases you can create, so if existing plugins already require it, then you don't be about to use the MySQL storage. Additionally, it would be nice to have a self-contained storage like SQLite instead of having to rely on a separate database server.
    Kyrobi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    59744d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    84cf482 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    657e023 View commit details
    Browse the repository at this point in the history