core-repository-crud
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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);

/core-repository-crud/

    Package Sidebar

    Install

    npm i core-repository-crud

    Weekly Downloads

    3

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    23.8 kB

    Total Files

    26

    Last publish

    Collaborators

    • sunxufei