what are the drawbacks running kratos with sqlite ...
# ory-selfhosting
a
what are the drawbacks running kratos with sqlite vs postgresql for example?
p
Hi @adorable-pencil-4754 Reliability and tooling. PostgreSQL is designed to handle large amounts of data and the tooling built around it is better. E.g monitoring
m
Am not an db expert but personally I would switch to postgres once in production with actual customers. For niche or personal projects SQLite is fine IMO