sqfentity 0.2.7+1 copy "sqfentity: ^0.2.7+1" to clipboard
sqfentity: ^0.2.7+1 copied to clipboard

outdated

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

0.2.7+1 #

added some features and methods:

  • SEQUENCE Generator
  • dbModel.execScalar()

0.2.6 #

added String Primary Key Type WARNING: change the

primaryKeyType = PrimaryKeyType.integer_auto_incremental;

instead of

primaryKeyisIdentity = true

0.2.5+1 #

Fixed some bugs

0.2.4+1 #

New useful methods added dbModel.execSQL(sql), dbModel.execSQLList(sql) and dbModel.execDataTable(sql) see example at https://github.com/hhtokpinar/sqfEntity/blob/master/README.md#run-sql-raw-query-on-database-or-get-datatable

0.2.3 #

WARNING! toCount() return type (BoolResult) changed to (int)

0.2.2 #

startsWith(), endsWith() and contains() methods modified

0.2.1 #

optional parameter added to delete() method delete([bool hardDelete=false])

0.2.0 #

toListString() method added this method Returns List

0.1.0+22 #

dependencies modified

0.1.0+21 #

.fromWebUrl method modified

0.1.0+20 #

dependencies modified

0.1.0+18 #

recover() and delete() methods updated

0.1.0+13 #

create_model.dart modified

0.1.0+12 #

README.md and example/main.dart modified

0.1.0+11 #

README.md and example/main.dart modified

0.1.0+10 #

README.md and example/main.dart modified

0.1.0+9 #

README.md and example/main.dart modified

0.1.0+8 #

README.md and example/main.dart modified

0.1.0+7 #

README.md and example/main.dart modified

0.1.0+6 #

README.md modified

0.1.0+5 #

README.md modified

0.0.5+5 #

README.md modified

0.0.5+4 #

README.md modified

0.0.5+3 #

README.md modified

0.0.5+2 #

README.md modified

0.0.5+1 #

  • toList(), toSingle(), getById(), initializeDb(), fromWeb().. etc methods are replaced with async method

0.0.4+1 #

README.md modified

0.0.3+1 #

README.md modified

0.0.2+1 #

README.md modified

0.0.1 #

  • Initial experimentation
280
likes
20
points
1.03k
downloads

Publisher

verified publisherhuseyintokpinar.com

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter, http, path, sqflite, synchronized

More

Packages that depend on sqfentity