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

Support SQLite databases in production #2364

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Support SQLite databases in production #2364

merged 3 commits into from
Jul 8, 2024

Conversation

Floppy
Copy link
Collaborator

@Floppy Floppy commented Jul 8, 2024

SQlite was dev-only, but there's no reason it has to be. These changes allow SQLite URLs like sqlite3:/config/manyfold.sqlite3?pool=5 to be used in DATABASE_URL.

Needs adding to the configuration page on the website.

Resolves #961

@Floppy Floppy added the feature User-facing features and product enhancements label Jul 8, 2024
Copy link

codeclimate bot commented Jul 8, 2024

Code Climate has analyzed commit 7bfb0c1 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 85.1% (0.0% change).

View more on Code Climate.

@Floppy Floppy merged commit f02e584 into main Jul 8, 2024
10 checks passed
@Floppy Floppy deleted the sqlite-in-prod branch July 8, 2024 16:16
@Floppy Floppy mentioned this pull request Jul 9, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature User-facing features and product enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite support for database
1 participant