The SQLite database we’ll use in this Flutter tutorial is a persistent data store that preserves the data even after the application is closed . That means everything we store in the database will stick around even if the user restarts the application or the device itself.