https://github.com/bes-js/five.db
five.db Diğer Veritabanı Modülleriyle Oynanmış Olan Veritabanı Modülüdür BSON,JSON Ve Yaml Veritabanı Üzerine Kuluşmuştur.
https://github.com/bes-js/five.db
bson database db discord easy easy-to-use global json module modules sqlite yaml
Last synced: 2 months ago
JSON representation
five.db Diğer Veritabanı Modülleriyle Oynanmış Olan Veritabanı Modülüdür BSON,JSON Ve Yaml Veritabanı Üzerine Kuluşmuştur.
- Host: GitHub
- URL: https://github.com/bes-js/five.db
- Owner: Bes-js
- License: gpl-3.0
- Created: 2022-11-26T07:25:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T06:07:49.000Z (over 2 years ago)
- Last Synced: 2025-03-19T20:43:35.091Z (7 months ago)
- Topics: bson, database, db, discord, easy, easy-to-use, global, json, module, modules, sqlite, yaml
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/five.db
- Size: 101 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# [](https://git.io/typing-svg)
[> Döküman'a Ulaşmak İçin Buraya Tıklayın!](https://fivesobes.gitbook.io/five.db/)
# [](https://git.io/typing-svg)
`five.db` Diğer Veritabanı Modülleriyle Oynanmış Olan Türkçe Veritabanı Modülüdür.
BSON,JSON Ve Yaml Üzerine Kuluşmuştur.# [](https://git.io/typing-svg)
`five.db` Modülünü Kurmak İçin Bir Konsol Açın Ve Aşşağıdaki Kodu Yazın.
```shell
> npm i five.db@latest
```Kurulumdan Sonra Modülü Hangi Veritabanı Stilinde Kullanıcağınızı Seçin.
# [](https://git.io/typing-svg)
```javascript
const { BsonDatabase,JsonDatabase,YamlDatabase } = require("five.db");const db = new YamlDatabase();
```Paket Otomatikmen `fivedb.` Dosyası Oluşturacaktır.
# [](https://git.io/typing-svg)[](https://discord.com/users/928259219038302258)