sql_helper 0.1.2 copy "sql_helper: ^0.1.2" to clipboard
sql_helper: ^0.1.2 copied to clipboard

Helper for SQFLite Plugin, SQFLiteHelper, Multi-platform, sqlite

SQLHelper #

Based on SqfLite

Usage #

   List<String> tables = new List();
   tables.add("CREATE TABLE Test (id INTEGER PRIMARY KEY, name TEXT, value INTEGER, num REAL)");

   DatabaseHelper databaseHelper =
           SqlHelperBuilder(dbName: "test.db", dbVersion: 1).build();

   await databaseHelper.init(tables);


   /// See more in example.
1
likes
40
pub points
28%
popularity

Publisher

unverified uploader

Helper for SQFLite Plugin, SQFLiteHelper, Multi-platform, sqlite

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path, sqflite

More

Packages that depend on sql_helper