Skip to content

What is SqfEntity ORM

Hüseyin Tokpınar edited this page Sep 16, 2019 · 4 revisions

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework.

Sqf Entity ORM Preview

Leave the job to SqfEntitiy for:

  • CRUD operations (Create, Read, Update, Delete with the Soft deleting and Recover)
  • Adding new Tables
  • Adding Columns an existing Tables with default values
  • Adding Sequence, Link sequence to Column for autoincremental columns
  • Defining multiple databases

with the help of SqfEntity classes and It's generator.

Clone this wiki locally