Skip to content

Start

Installation

npm i @hedystia/db
pnpm install @hedystia/db
bun install @hedystia/db
yarn add @hedystia/db

Nodejs Version

  • v18.0.0 or higher

Functions

FunctionDescription
createTableTo create a table
deleteTableTo delete a table
insertTo insert a data in the table
updateTo update a data in the table
selectTo search for information in a table
deleteTo delete a data from the table