data_db

Creator: coderz1093

Last updated:

0 purchases

data_db Image
data_db Images

Languages

Categories

Add to Cart

Description:

data db

A library to abstract data from databases in a Dataset.
Usage #
A simple usage example:
import 'package:data_db/data_db.dart';

main() {
var dataset = Dataset();
dataset.structure.addAll({'id': IntegerDataField});
dataset.newRecord();
dataset.trySetValue('id', 1);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

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.