1.1.5 • Published 3 years ago

txtfile-db v1.1.5

Weekly downloads
12
License
ISC
Repository
-
Last release
3 years ago

Text File Database

Made Bye Emillia On Discord

Installation

Must Have Node.js Installed & Have A Folder Called database

$ npm install txtfile-db

Functions

const { createTxt, updateTxt, deleteTxt, readTxt } = require('txtfile-db');
//Creates A New Text File
createTxt(UUID, TEXT);

//Updates A Text File With UUID Name
updateTxt(UUID, TEXT);

//Deletes File Bye UUID
deleteTxt(UUID);

//returns all the data in the file
readTxt(UUID)
1.1.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago