Hi guys, I have been exploring ory kratos & re...
# talk-kratos
m
Hi guys, I have been exploring ory kratos & referring to documentation I have added Quickstart as sample project locally. Created some users using this url http://127.0.0.1:4455/registration. I wanted to understand how data is being stored in sqlite. Do I need to manage any configuration for sqlite in docker? Please suggest. Attached screenshot from the documentation.
p
Hi @melodic-angle-48987 In the quickstart we use an in-memory sqlite database, which means the data will be lost once the application is restarted. To persist, you could use sqlite persisting to a file. To change how this works, just provide Kratos with a DSN (connection string to your DB).