Skip to content

How to dump in memory database? #1482

@erkinsergey

Description

@erkinsergey

I have an in memory database:

const sqlite3 = require('sqlite3');
const db = new sqlite3.Database(':memory:');
... // create structure and fill data

Is it possible to get a database dump (without getting all data from all tables manually)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions