0.0.3 • Published 4 years ago

core-repository-crud v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Repository support CRUD operations

Example

var repoStudent:StudentRepo = new StudentRepo(handler, adapter);

var result = await repoStudent.findAll();

await repoStudent.insert(student);

await repoStudent.updateById(1, student);

await repoStudent.deleteById(1);
0.0.3

4 years ago

0.0.2

4 years ago