Book Image

DART Cookbook

By : Ivo Balbaert
Book Image

DART Cookbook

By: Ivo Balbaert

Overview of this book

If you are a Dart developer looking to sharpen your skills, and get insight and tips on how to put that knowledge into practice, then this book is for you. You should also have a basic knowledge of HTML, and how web applications with browser clients and servers work, in order to build dynamic Dart applications.
Table of Contents (13 chapters)
12
Index

Chapter 9. Working with Databases

In this chapter, we will cover the following recipes:

  • Storing data locally with IndexedDB
  • Using Lawndart to write offline web apps
  • Storing data in MySQL
  • Storing data in PostgreSQL
  • Storing data in Oracle
  • Storing data in MongoDB
  • Storing data in RethinkDB