Start
Installation
Section titled “Installation”npm i @hedystia/db-rspnpm install @hedystia/db-rsbun add @hedystia/db-rsyarn add @hedystia/db-rsNodejs Version
Section titled “Nodejs Version”v18.0.0or higher
- Discord [Hedystia Discord]
- Discord_Bot [Hedystia Bot]
Functions
Section titled “Functions”| Function | Description |
|---|---|
readTables | To read the tables from the database |
createTable | To create a table |
deleteTable | To delete a table |
createTableIfNotExists | To create a table if it does not exist |
deleteTableIfExists | To delete a table if it exists |
addColumn | To add a column to an already created table |
deleteColumn | To remove a column to an already created table |
insert | To insert a data in the table |
update | To update a data in the table |
select | To search for information in a table |
delete | To delete a data from the table |