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

[Feature Request]: Support for using SQLite in addition to PostgreSQL #225

Open
aayushdutt opened this issue Sep 23, 2024 · 1 comment
Open

Comments

@aayushdutt
Copy link

aayushdutt commented Sep 23, 2024

It would be great to add a drop in support for SQLite for small self hosted groups most of which do not need a full PostgreSQL container.
This will enable it to use less resources and be more friendly to host on low power systems (like raspberry pi). It will also make it easier to manage and backup.

@ChristopherJohnston
Copy link
Contributor

changing the schema to point to sqlite as provider should work...

datasource db {
provider = "sqlite"
url = env("DATABASE_URL")
}

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

No branches or pull requests

2 participants