-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
For SQLite issues, you can try modifying the configuration of the drizzle.config.ts and the declarations. |
Hmm… PGlite seems a viable alternative to SQLite. |
Or libsql. The awesome thing about libsql would be https://github.com/tursodatabase/libsql/blob/main/docs/USER_GUIDE.md |
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 |
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.
The text was updated successfully, but these errors were encountered: