Replies: 8 comments 1 reply
-
Yes, it would be possible, just not a high priority right now. I would welcome a PR from anyone who wants to tackle it. |
Beta Was this translation helpful? Give feedback.
-
I notice that @philippdormann's modded version of umami supports a local SQLite database. But seems no PR was created? |
Beta Was this translation helpful? Give feedback.
-
hi @leirock I stopped working on this due to time constraints and the (for my use case too high to justify) memory usage of umami. see #680 (comment) for the PR 😉 note: I might get around to a proper PR for sqlite support with the current version. recently got some more time :) |
Beta Was this translation helpful? Give feedback.
-
hi @philippdormann |
Beta Was this translation helpful? Give feedback.
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
I know this is revisited every now and again, but +1 for sqlite support. |
Beta Was this translation helpful? Give feedback.
-
any update |
Beta Was this translation helpful? Give feedback.
-
SQLite would be great for small scale self-hosted websites to minimize the footprints |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for making this great analytics app.
It would be great to see an SQLite database backend in addition to MySQL and PostgreSQL. SQLite is suitable for light workloads or when installing a database server isn't necessarily feasible.
From what I've observed, umami uses Prisma 2 for database connection which natively supports SQLite already. It would be a matter of simply adding a Prisma schema for it, modifying a few raw queries and distributing another Docker image.
Beta Was this translation helpful? Give feedback.
All reactions