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

feat: support sqlite database #196

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

b00f
Copy link
Contributor

@b00f b00f commented Dec 27, 2024

Description

This PR adds support for SQLite in Pagu to simplify the development process.

Related Issue

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (corrections, enhancements, or additions to documentation)
  • Other (please describe):

@sepehr-dh99 sepehr-dh99 merged commit 2eb3566 into pagu-project:main Dec 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure the database can be configured to use an in-memory SQLite database.
2 participants