Skip to content

Start

Installation

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

Nodejs Version

  • v18.0.0 or higher

Functions

FunctionDescription
readTablesTo read the tables from the database
createTableTo create a table
deleteTableTo delete a table
createTableIfNotExistsTo create a table if it does not exist
deleteTableIfExistsTo delete a table if it exists
addColumnTo add a column to an already created table
deleteColumnTo remove a column to an already created 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