Skip to content

const db = new DatabaseSync(":memory:"); const template = db.createSqlTag();Β #60018

@abdulazizalhussein-ctrl

Description

What is the problem this feature will solve?

const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();

What is the feature you are proposing to solve the problem?

const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();

What alternatives have you considered?

const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    Status

    Awaiting Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions