Data Db | Coderz Product

data_db

Last updated:

0 purchases

data_db Image
data_db Images

Free

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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.