0.0.4 • Published 2 years ago

@gallofeliz/mysql-dump v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

mysql-dump

npm.io

Note: This module is part of @gallofeliz/js-libs that is a personal project. It is not developed nor tested for applications that need high security or scalability.

import { createLogger } from '@gallofeliz/logger'
import { mysqlDump } from '@gallofeliz/mysql-dump'

await mysqlDump({
    host: 'mysql.localtest.me',
    user: 'dbuser',
    password: 'dbpassword',
    logger: createLogger(),
    database: 'test',
    lockTables: false,
    output: {
        type: 'file',
        filepath: '/tmp/bla/blo/test.db'
    }
})
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago