0.3.0 • Published 11 months ago

@kitmi/feat-db v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@kitmi/feat-db

Jacaranda Framework Database Add-on Features

@kitmi/feat-db

Features

  • dbImporter

Helpers

  • excel
    • writeExcelTemplate_
    • loadExcelFile_

Usage

Features

  1. Export the feature in the app module
import { dbImporter } from '@kitmi/feat-db';

export default {
    dbImporter,
};
  1. Add the feature into config
dbImporter:
    service: 'prisma'
  1. Use anywhere
const dbImporter = app.getService('dbImporter');
await dbImporter.importList_();
// it dbImporter.import_();

Helpers

import { writeExcelTemplate_ } from '@kitmi/feat-db';

export default {
    dbImporter,
};

License

  • MIT
  • Copyright (c) 2023 KITMI PTY LTD
0.3.0

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago