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 support #60

Open
joschi opened this issue Nov 4, 2024 · 2 comments
Open

SQLite support #60

joschi opened this issue Nov 4, 2024 · 2 comments

Comments

@joschi
Copy link
Contributor

joschi commented Nov 4, 2024

Given the single user nature of Hollo, it would be great if it could use SQLite for storing its data instead of PostgreSQL.

Together with storing assets in the local filesystem instead of S3 (see #10 / #59), it would allow running Hollo without any other supporting daemons such as MinIO and PostgreSQL with very little hardware resources.

@FartherQuant
Copy link

For SQLite issues, you can try modifying the configuration of the drizzle.config.ts and the declarations.
I have successfully migrated the database to pglite.

@dahlia
Copy link
Owner

dahlia commented Nov 15, 2024

Hmm… PGlite seems a viable alternative to SQLite.

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

3 participants