# External documentation and tutorials

List of external documentation and tutorials from other sources (blogs, videos). If you have 
some relevant links to add, please submit a PR or propose the link [here](https://github.com/tekartik/sqflite/issues/122)

## Cookbook

* [Persist data with SQLite](https://flutter.dev/docs/cookbook/persistence/sqlite)

## Articles

* [Step by step explanation of SQLite using SQFlite](https://medium.com/flutter-community/using-sqlite-in-flutter-187c1a82e8b)
* [SQFlite Database in flutter](https://medium.com/@mohamedraja_77/sqflite-database-in-flutter-c0b7be83bcd2)
* [Todo App using BLoC Design Pattern with SQLite](https://medium.com/@vaygeth/reactive-flutter-todo-app-using-bloc-design-pattern-b71e2434f692)

## Videos

* [sqflite MVP app](https://www.youtube.com/watch?v=Yzfxqd9-6QY)
* [Adding SQLite to a Flutter App for Offline Support](https://www.youtube.com/watch?v=zEqH2qYs7Pg)
