This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@drivet/database

1.0.0 • Public • Published

Drivet Database

npm

A simple database mainly for personal use. Uses cat-loggr as the main logger.

Install

NPM

npm install @drivet/database

Yarn

yarn add @drivet/database

Connecting to the database

const mysql = require('@drivet/database');
const client = new mysql();

client.connect({ 
  host: 'localhost',
  user: 'me',
  password: 'secret',
  database: 'my_db',
});

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @drivet/database

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    4.68 kB

    Total Files

    3

    Last publish

    Collaborators

    • npm