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).