New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nodeash-sql

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeash-sql

nodeash-sql is node js sql server package

latest
Source
npmnpm
Version
2.2.54
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 02 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts