sql_helper

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sql helper

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.
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.