Connector/Node.js 3.2.0 Release Notes

Connector/Node.js 3.2.0 is a Stable (GA) release of MariaDB Connector/Node.js, released on 2023-06-19

circle-info

Downloadarrow-up-right | Release Notes | Changelog | Connector/Node.js Overview

Release date: 19 Jun 2023

MariaDB Connector/Node.js 3.2.0 is a Stable (GA) release.

circle-check

Notable changes

API addition

  • importFile(options) → Promise

  • connection.importFile({file:'...', 'database': '...'}) → Promise

  • pool.importFile({file:'...', 'database': '...'}) → Promisepromise)

example:

await conn.importFile({
        file: '/tmp/someFile.sql', 
        database: 'myDb'
    });

Issues Fixed

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?