Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

croxydb-stats

MZRCode17MIT0.0.4TypeScript support: included

Croxydb modülü için geliştirilen stats modülü

croxydb, croxydbstats, croxyistatistik

readme

croxydb-stats

Download Download Download License

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