nodeash-sql
TypeScript icon, indicating that this package has built-in type declarations

2.2.54 • Public • Published

nodeash-sql Server

nodeash-sql is a lightweight Node.js Sql Connection package for running servers efficiently.

Installation

You can install nodeash-sql via npm:

npm install nodeash-sql

Usage

import { SQLClient } from 'nodeash-sql';


const DBConfig = {
    name :process.env.databaseName,
    username :  process.env.username,
    password :  process.env.password,
    hostName : process.env.hostname,
}

const { DBWrite, DBRead, checkDatabaseConnection } = await SQLClient(DBConfig);

const checkSqlConnection = await checkDatabaseConnection()


Contributing Contributions are welcome! If you find any issues or would like to contribute to nodeash-sql, please feel free to open an issue or submit a pull request on the GitHub repository.

License This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i nodeash-sql

Weekly Downloads

1

Version

2.2.54

License

ISC

Unpacked Size

20.3 kB

Total Files

17

Last publish

Collaborators

  • akhilchoudhary