# croxydb-stats

![Download](https://img.shields.io/npm/dt/croxydb-stats.svg?style=flat-square) ![Download](https://img.shields.io/npm/dw/croxydb-stats.svg?style=flat-square) ![Download](https://img.shields.io/npm/dm/croxydb-stats.svg?style=flat-square) ![License](https://img.shields.io/npm/l/croxydb-stats.svg?style=flat-square)

# Features

```js
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](https://discord.gg/mzrdev) or join the [Croxydb Support](https://discord.gg/gn3qPdpJgf) server.


# Özellikler

```js
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](https://discord.gg/mzrdev) veya [Croxydb Destek](https://discord.gg/gn3qPdpJgf) sunucusuna katıla bilirsiniz.

# Examples & Örnekler

## Size
```js
console.log(dbsts.size); // 1 Kb
```
## Version
```js
console.log(dbsts.version); // 0.0.12
```