This package has been deprecated

Author message:

This package is only support old version Lakutata framework

@lakutata-component/db
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

@lakutata-component/db

NPM Version NODE Version Known Vulnerabilities NPM Download

Quickstart

Example

createApp({
    id: 'com.lakutata.test.db',
    name: 'db component test',
    components: {
        db: {
            class: SQLite,
            database: 'lakutata',
            entities: ['src/tests/entities/**/*']
        }
    },
    bootstraps: [
        new SQLiteBootstrap()
    ]
})

TODO

Need npm package @lakutata/core

Documentations

  • TODO

How to Contribute

Please let us know how can we help. Do check out issues for bug reports or suggestions first.

License

MIT

Package Sidebar

Install

npm i @lakutata-component/db

Weekly Downloads

0

Version

0.0.12

License

MIT

Unpacked Size

169 kB

Total Files

88

Last publish

Collaborators

  • myq1991