You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: