0.0.4 • Published 1 year ago
croxydb-stats v0.0.4
croxydb-stats
Features
const dbsts = require("croxydb-stats")
dbsts.size // Reflects the size of the database.
dbsts.version // Reflects the version of the database.
If you have any questions, you can join my Discord server or join the Croxydb Support server.
Özellikler
const dbsts = require("croxydb-stats")
dbsts.size // Database'in boyutunu yansıtır.
dbsts.version // Database'in versiyonunu yansıtır.
Herhangi bir sorunuz varsa, Discord sunucuma veya Croxydb Destek sunucusuna katıla bilirsiniz.
Examples & Örnekler
Size
console.log(dbsts.size); // 1 Kb
Version
console.log(dbsts.version); // 0.0.12