What is SqfEntity ORM - hhtokpinar/sqfEntity GitHub Wiki
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.

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.