miki_dbtool
v1.5.9
Published
json database tool
Downloads
20
Readme
miki_dbTool
Json datbase tool made by Miki_Poznan
miki_dbTool is created by young dev in JavaScript. You can dm him for more info!!! DC: Miki_Poznan
const db = require('./dbTool.js');
db.dbNew('ss') // Create new database
db.dbEdit('ss', 'yt', '10') // Edit database
db.dbRead('ss') // Read db and display it
| | Commands | | |-----------------|---------------|-----------------| | dbNew | dbEdit | dbRead | | create dataBase | edit database | send db string |