flutter 数据库_为Flutter应用选择正确的数据库

flutter 数据库

This article was originally published here on the Codemagic blog

本文最初发布 Codemagic博客上

There are a lot of options out there today when it comes to databases in your application. They typically fit into these three categories:

对于应用程序中的数据库,今天有很多选择。 它们通常适合以下三类:

  • Relational — these are the databases in the traditional sense. They don’t just store data but also the relationships between the data. SQLite is an example of a relational database.

    关系式

你可能感兴趣的:(数据库,mysql,python,java,sql)