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 · 5 comments
Open

SQLite support #60

joschi opened this issue Nov 4, 2024 · 5 comments
Labels
enhancement New feature or request

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
Member

dahlia commented Nov 15, 2024

Hmm… PGlite seems a viable alternative to SQLite.

@TheNoim
Copy link

TheNoim commented Feb 13, 2025

Or libsql. The awesome thing about libsql would be https://github.com/tursodatabase/libsql/blob/main/docs/USER_GUIDE.md

@oelna
Copy link

oelna commented Feb 28, 2025

I very much support this. Providing native SQLite support would make it so that many more people could host their own instances on cheaper or pre-existing hosting plans. I also love the idea of easy backups of the database and compatibility with many DB tools and libraries.

@TheNoim
Copy link

TheNoim commented Feb 28, 2025

I very much support this. Providing native SQLite support would make it so that many more people could host their own instances on cheaper or pre-existing hosting plans. I also love the idea of easy backups of the database and compatibility with many DB tools and libraries.

One road blocker at the moment probably is drizzle-team/drizzle-orm#2469

@dahlia dahlia added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants