---
uid: tutorials.fundamentals-7-settings-migration
description: "Video tutorial on using Application Settings to switch the database provider from in-memory to SQLite and create EF Core migrations."
---
# Fundamentals #7: Application Settings and Migrating to SQLite

Learn about Application Settings, focusing on how to transition from an in-memory database to a more persistent solution like SQLite.

[Watch video on YouTube](https://www.youtube.com/watch?v=ybjGjm78Ozs)

## Summary

This video focuses on using and adjusting application configuration using the Application Settings screen, with a practical example of changing the database provider from in-memory to SQLite, creating migrations, and enabling data persistence across runs of the application.

## Chapters

- [Introduction to Intent Architect Application Settings (0:00)](https://www.youtube.com/watch?v=ybjGjm78Ozs)
- [Switching to SQLite Database (2:00)](https://www.youtube.com/watch?v=ybjGjm78Ozs&t=120)
- [Creating Migrations with EF (5:06)](https://www.youtube.com/watch?v=ybjGjm78Ozs&t=200)
- [Running the Application (7:18)](https://www.youtube.com/watch?v=ybjGjm78Ozs&t=350)

---

| [← #6 Version Control with Intent Architect](https://docs.intentarchitect.com/docs-md/tutorials/fundamentals/fundamentals-6-version-control.md) | [#8 Encapsulating Business Logic in the Domain →](https://docs.intentarchitect.com/docs-md/tutorials/fundamentals/fundamentals-8-encapsulating-domain-logic.md) |
|:--|--:|
